Uses of Interface
org.eclipse.ecf.core.IContainer

Packages that use IContainer
org.eclipse.ecf.core   
org.eclipse.ecf.core.provider   
org.eclipse.ecf.core.security   
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.core.util   
org.eclipse.ecf.discovery   
org.eclipse.ecf.discovery.ui.views   
org.eclipse.ecf.example.clients   
org.eclipse.ecf.presence.bot   
org.eclipse.ecf.presence.bot.impl   
org.eclipse.ecf.presence.chatroom   
org.eclipse.ecf.presence.ui   
org.eclipse.ecf.presence.ui.chatroom   
org.eclipse.ecf.presence.ui.roster   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.discovery   
org.eclipse.ecf.provider.filetransfer.browse   
org.eclipse.ecf.provider.filetransfer.outgoing   
org.eclipse.ecf.provider.filetransfer.retrieve   
org.eclipse.ecf.provider.generic   
org.eclipse.ecf.provider.jmdns.container   
org.eclipse.ecf.provider.jslp.container   
org.eclipse.ecf.provider.remoteservice   
org.eclipse.ecf.provider.remoteservice.generic   
org.eclipse.ecf.provider.ui.wizards   
org.eclipse.ecf.provider.xmpp   
org.eclipse.ecf.remoteservice.util   
org.eclipse.ecf.telephony.call.ui.actions   
org.eclipse.ecf.ui   
org.eclipse.ecf.ui.actions   
org.eclipse.ecf.ui.hyperlink   
 

Uses of IContainer in org.eclipse.ecf.core
 

Subinterfaces of IContainer in org.eclipse.ecf.core
 interface IReliableContainer
          Contract for reliable container.
 

Classes in org.eclipse.ecf.core that implement IContainer
 class AbstractContainer
          Abstract implementation of IContainer.
 class BaseContainer
          Base implementation of IContainer.
 

Methods in org.eclipse.ecf.core that return IContainer
 IContainer IContainerManager.addContainer(IContainer container)
          Add given container to manager.
 IContainer ContainerFactory.addContainer(IContainer container)
           
 IContainer IContainerFactory.createContainer()
          Make a base IContainer instance.
 IContainer ContainerFactory.createContainer()
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription)
          Make IContainer instance.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription)
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID)
          Make IContainer instance.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID)
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID, java.lang.Object[] parameters)
          Make IContainer instance.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID, java.lang.Object[] parameters)
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, java.lang.Object[] parameters)
          Make IContainer instance.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, java.lang.Object[] parameters)
           
 IContainer IContainerFactory.createContainer(ID containerID)
          Make a base IContainer instance.
 IContainer ContainerFactory.createContainer(ID containerID)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName)
          Make IContainer instance.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID)
          Make IContainer instance.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID, java.lang.Object[] parameters)
          Make IContainer instance.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID, java.lang.Object[] parameters)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, java.lang.Object[] parameters)
          Make IContainer instance.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, java.lang.Object[] parameters)
           
 IContainer BaseContainer.Instantiator.createInstance(ContainerTypeDescription description, java.lang.Object[] parameters)
           
 IContainer[] IContainerManager.getAllContainers()
          Get all containers known to this container manager.
 IContainer[] ContainerFactory.getAllContainers()
           
 IContainer IContainerManager.getContainer(ID containerID)
          Get container for given ID.
 IContainer ContainerFactory.getContainer(ID containerID)
           
 IContainer IContainerManager.removeContainer(IContainer container)
          Remove given container from manager.
 IContainer ContainerFactory.removeContainer(IContainer container)
           
 

Methods in org.eclipse.ecf.core with parameters of type IContainer
 IContainer IContainerManager.addContainer(IContainer container)
          Add given container to manager.
 IContainer ContainerFactory.addContainer(IContainer container)
           
 void IContainerManagerListener.containerAdded(IContainer container)
          Container added to the implementing IContainerManager.
 void IContainerManagerListener.containerRemoved(IContainer container)
          Container removed from the implementing IContainerManager.
protected abstract  java.lang.Object AbstractContainerAdapterFactory.getContainerAdapter(IContainer container, java.lang.Class adapterType)
          Method called by implementation of AbstractContainerAdapterFactory.getAdapter(Object, Class) if the adaptableObject is an instance of IContainer.
 IContainer IContainerManager.removeContainer(IContainer container)
          Remove given container from manager.
 IContainer ContainerFactory.removeContainer(IContainer container)
           
 

Uses of IContainer in org.eclipse.ecf.core.provider
 

Methods in org.eclipse.ecf.core.provider that return IContainer
 IContainer IContainerInstantiator.createInstance(ContainerTypeDescription description, java.lang.Object[] parameters)
          Create instance of IContainer.
 IContainer BaseContainerInstantiator.createInstance(ContainerTypeDescription description, java.lang.Object[] parameters)
           
 

Uses of IContainer in org.eclipse.ecf.core.security
 

Methods in org.eclipse.ecf.core.security with parameters of type IContainer
 java.lang.Object IConnectInitiatorPolicy.createConnectData(IContainer container, ID targetID, IConnectContext context)
          Create connect data for given IContainer, given targetID and given context
 

Uses of IContainer in org.eclipse.ecf.core.sharedobject
 

Subinterfaces of IContainer in org.eclipse.ecf.core.sharedobject
 interface ISharedObjectContainer
          Core interface that must be implemented by all ECF container instances.
 

Methods in org.eclipse.ecf.core.sharedobject with parameters of type IContainer
protected  java.lang.Object AbstractSharedObjectContainerAdapterFactory.getContainerAdapter(IContainer container, java.lang.Class adapterType)
           
 

Uses of IContainer in org.eclipse.ecf.core.util
 

Methods in org.eclipse.ecf.core.util with parameters of type IContainer
 boolean IContainerFilter.match(IContainer containerToMatch)
          Match a given containerToMatch against some set of implementation-defined criteria.
 boolean ConnectedContainerFilter.match(IContainer containerToMatch)
           
 boolean AdapterContainerFilter.match(IContainer containerToMatch)
           
 

Uses of IContainer in org.eclipse.ecf.discovery
 

Classes in org.eclipse.ecf.discovery that implement IContainer
 class AbstractDiscoveryContainerAdapter
           
 

Uses of IContainer in org.eclipse.ecf.discovery.ui.views
 

Methods in org.eclipse.ecf.discovery.ui.views that return IContainer
protected  IContainer AbstractRemoteServiceAccessHandler.createContainer()
           
 

Methods in org.eclipse.ecf.discovery.ui.views with parameters of type IContainer
protected  void AbstractRemoteServiceAccessHandler.connectContainer(IContainer container, ID connectTargetID, IConnectContext connectContext)
           
protected  org.eclipse.jface.action.IContributionItem[] AbstractRemoteServiceAccessHandler.getContributionItemsForConnectedContainer(IContainer container, IRemoteServiceContainerAdapter adapter)
           
protected  boolean AbstractRemoteServiceAccessHandler.isConnected(IContainer container)
           
protected  boolean AbstractRemoteServiceAccessHandler.matchTargetNamespace(IContainer container, java.lang.String targetNamespace)
           
 

Uses of IContainer in org.eclipse.ecf.example.clients
 

Methods in org.eclipse.ecf.example.clients that return IContainer
protected  IContainer XMPPChatRoomClient.createContainer()
           
protected  IContainer XMPPClientUI.getContainer()
           
protected  IContainer XMPPChatRoomClient.getContainer()
           
 IContainer XMPPChatClient.getContainer()
           
 IContainer XMPPChatClient.setupContainer()
           
 

Uses of IContainer in org.eclipse.ecf.presence.bot
 

Methods in org.eclipse.ecf.presence.bot with parameters of type IContainer
 void IContainerAdvisor.preContainerConnect(IContainer container, ID targetID)
          This method will be called prior to calling the container's connect(ID, org.eclipse.ecf.core.security.IConnectContext) method.
 

Uses of IContainer in org.eclipse.ecf.presence.bot.impl
 

Fields in org.eclipse.ecf.presence.bot.impl declared as IContainer
protected  IContainer IMBot.container
           
protected  IContainer ChatRoomBot.container
           
 

Methods in org.eclipse.ecf.presence.bot.impl with parameters of type IContainer
 void EmptyIMMessageHandler.preContainerConnect(IContainer container, ID targetID)
           
 void EmptyChatRoomMessageHandler.preContainerConnect(IContainer container, ID targetID)
           
 

Uses of IContainer in org.eclipse.ecf.presence.chatroom
 

Subinterfaces of IContainer in org.eclipse.ecf.presence.chatroom
 interface IChatRoomContainer
          A container representing a specific chat room.
 

Uses of IContainer in org.eclipse.ecf.presence.ui
 

Fields in org.eclipse.ecf.presence.ui declared as IContainer
protected  IContainer MultiRosterAccount.container
           
 

Methods in org.eclipse.ecf.presence.ui that return IContainer
 IContainer MultiRosterAccount.getContainer()
           
 

Methods in org.eclipse.ecf.presence.ui with parameters of type IContainer
 boolean MultiRosterView.addContainer(IContainer container)
           
 boolean IMultiRosterViewPart.addContainer(IContainer container)
          Add container to the roster view.
protected  boolean MultiRosterView.containerPresent(IContainer container)
           
protected  void MultiRosterView.joinChatRoom(IContainer container, IChatRoomInfo roomInfo, java.lang.String password)
          For the given container, join the chat room specified by roomInfo.
 

Constructors in org.eclipse.ecf.presence.ui with parameters of type IContainer
MultiRosterAccount(MultiRosterView multiRosterView, IContainer container, IPresenceContainerAdapter adapter)
           
 

Uses of IContainer in org.eclipse.ecf.presence.ui.chatroom
 

Fields in org.eclipse.ecf.presence.ui.chatroom declared as IContainer
protected  IContainer ChatRoomManagerUI.container
           
 

Constructors in org.eclipse.ecf.presence.ui.chatroom with parameters of type IContainer
ChatRoomManagerUI(IContainer container, IChatRoomManager manager)
           
ChatRoomManagerUI(IContainer container, IChatRoomManager manager, IExceptionHandler exceptionHandler)
           
 

Uses of IContainer in org.eclipse.ecf.presence.ui.roster
 

Methods in org.eclipse.ecf.presence.ui.roster that return IContainer
protected  IContainer AbstractRosterContributionItem.getContainerForRoster(IRoster roster)
          Get container for the given IRoster.
protected  IContainer AbstractRosterGroupContributionItem.getContainerForRosterEntry(IRosterEntry group)
          Get container for the given IRosterGroup.
protected  IContainer AbstractRosterEntryContributionItem.getContainerForRosterEntry(IRosterEntry entry)
          Get container for the given IRosterEntry.
 

Uses of IContainer in org.eclipse.ecf.provider.datashare
 

Classes in org.eclipse.ecf.provider.datashare that implement IContainer
 class DatashareContainer
           
 

Uses of IContainer in org.eclipse.ecf.provider.discovery
 

Classes in org.eclipse.ecf.provider.discovery that implement IContainer
 class CompositeDiscoveryContainer
           
 class SingletonDiscoveryContainer
           
 

Methods in org.eclipse.ecf.provider.discovery that return IContainer
 IContainer SingletonDiscoveryContainerInstantiator.createInstance(ContainerTypeDescription description, java.lang.Object[] parameters)
           
 IContainer CompositeDiscoveryContainerInstantiator.createInstance(ContainerTypeDescription description, java.lang.Object[] parameters)
           
 

Constructors in org.eclipse.ecf.provider.discovery with parameters of type IContainer
SingletonDiscoveryContainer(IContainer container)
           
 

Uses of IContainer in org.eclipse.ecf.provider.filetransfer.browse
 

Methods in org.eclipse.ecf.provider.filetransfer.browse with parameters of type IContainer
protected  java.lang.Object MultiProtocolFileSystemBrowserAdapterFactory.getContainerAdapter(IContainer container, java.lang.Class adapterType)
           
 

Uses of IContainer in org.eclipse.ecf.provider.filetransfer.outgoing
 

Methods in org.eclipse.ecf.provider.filetransfer.outgoing with parameters of type IContainer
protected  java.lang.Object MultiProtocolOutgoingAdapterFactory.getContainerAdapter(IContainer container, java.lang.Class adapterType)
           
 

Uses of IContainer in org.eclipse.ecf.provider.filetransfer.retrieve
 

Methods in org.eclipse.ecf.provider.filetransfer.retrieve with parameters of type IContainer
protected  java.lang.Object MultiProtocolRetrieveAdapterFactory.getContainerAdapter(IContainer container, java.lang.Class adapterType)
           
 

Uses of IContainer in org.eclipse.ecf.provider.generic
 

Classes in org.eclipse.ecf.provider.generic that implement IContainer
 class ClientSOContainer
           
 class ServerSOContainer
           
 class SOContainer
           
 class TCPClientSOContainer
           
 class TCPServerSOContainer
           
 

Methods in org.eclipse.ecf.provider.generic that return IContainer
 IContainer GenericContainerInstantiator.createInstance(ContainerTypeDescription description, java.lang.Object[] args)
           
 

Uses of IContainer in org.eclipse.ecf.provider.jmdns.container
 

Classes in org.eclipse.ecf.provider.jmdns.container that implement IContainer
 class JMDNSDiscoveryContainer
           
 

Methods in org.eclipse.ecf.provider.jmdns.container that return IContainer
 IContainer ContainerInstantiator.createInstance(ContainerTypeDescription description, java.lang.Object[] args)
           
 

Uses of IContainer in org.eclipse.ecf.provider.jslp.container
 

Classes in org.eclipse.ecf.provider.jslp.container that implement IContainer
 class JSLPDiscoveryContainer
           
 

Methods in org.eclipse.ecf.provider.jslp.container that return IContainer
 IContainer ContainerInstantiator.createInstance(ContainerTypeDescription description, java.lang.Object[] args)
           
 

Uses of IContainer in org.eclipse.ecf.provider.remoteservice
 

Methods in org.eclipse.ecf.provider.remoteservice that return IContainer
 IContainer AbstractRemoteServiceDescription.createContainer()
           
 IContainer[] AbstractRemoteServiceDescription.getConnectedContainers(IContainer[] sourceContainers)
           
protected  IContainer[] AbstractRemoteServiceDescription.getMatchingContainers(IContainerFilter filter, IContainer[] sourceContainers)
           
 IContainer[] AbstractRemoteServiceDescription.getRemoteServicesContainers(IContainer[] sourceContainers)
           
 

Methods in org.eclipse.ecf.provider.remoteservice with parameters of type IContainer
 IContainer[] AbstractRemoteServiceDescription.getConnectedContainers(IContainer[] sourceContainers)
           
protected  IContainer[] AbstractRemoteServiceDescription.getMatchingContainers(IContainerFilter filter, IContainer[] sourceContainers)
           
 IContainer[] AbstractRemoteServiceDescription.getRemoteServicesContainers(IContainer[] sourceContainers)
           
 

Uses of IContainer in org.eclipse.ecf.provider.remoteservice.generic
 

Classes in org.eclipse.ecf.provider.remoteservice.generic that implement IContainer
 class RemoteServiceContainer
           
 

Uses of IContainer in org.eclipse.ecf.provider.ui.wizards
 

Methods in org.eclipse.ecf.provider.ui.wizards with parameters of type IContainer
 void GenericClientContainerConnectWizard.init(org.eclipse.ui.IWorkbench workbench, IContainer container)
           
 

Uses of IContainer in org.eclipse.ecf.provider.xmpp
 

Classes in org.eclipse.ecf.provider.xmpp that implement IContainer
 class XMPPContainer
           
 class XMPPSContainer
           
 

Uses of IContainer in org.eclipse.ecf.remoteservice.util
 

Constructors in org.eclipse.ecf.remoteservice.util with parameters of type IContainer
DiscoveryProperties(java.lang.String clazz, java.lang.String containerFactory, IContainer container)
           
RemoteServiceProperties(java.lang.String containerFactory, IContainer container)
           
 

Uses of IContainer in org.eclipse.ecf.telephony.call.ui.actions
 

Methods in org.eclipse.ecf.telephony.call.ui.actions that return IContainer
protected abstract  IContainer AbstractCallAction.getContainer()
           
 

Uses of IContainer in org.eclipse.ecf.ui
 

Fields in org.eclipse.ecf.ui declared as IContainer
protected  IContainer ContainerConfigurationResult.container
           
 

Methods in org.eclipse.ecf.ui that return IContainer
 IContainer ContainerConfigurationResult.getContainer()
           
 

Methods in org.eclipse.ecf.ui with parameters of type IContainer
 void IConnectWizard.init(org.eclipse.ui.IWorkbench workbench, IContainer container)
          Initialize the connect wizard.
 

Constructors in org.eclipse.ecf.ui with parameters of type IContainer
ContainerConfigurationResult(ContainerTypeDescription containerTypeDescription, IContainer container)
           
ContainerConfigurationResult(java.lang.String containerType, IContainer container)
           
 

Uses of IContainer in org.eclipse.ecf.ui.actions
 

Fields in org.eclipse.ecf.ui.actions declared as IContainer
protected  IContainer SynchContainerConnectAction.container
           
 

Methods in org.eclipse.ecf.ui.actions that return IContainer
protected  IContainer SynchContainerConnectAction.getContainer()
           
 

Constructors in org.eclipse.ecf.ui.actions with parameters of type IContainer
AsynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext)
           
AsynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext, IExceptionHandler exceptionHandler)
           
AsynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext, IExceptionHandler exceptionHandler, java.lang.Runnable successBlock)
           
SynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext)
           
SynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext, IExceptionHandler exceptionHandler)
           
SynchContainerConnectAction(IContainer container, ID targetID, IConnectContext connectContext, IExceptionHandler exceptionHandler, java.lang.Runnable successBlock)
           
 

Uses of IContainer in org.eclipse.ecf.ui.hyperlink
 

Methods in org.eclipse.ecf.ui.hyperlink that return IContainer
protected abstract  IContainer Abstract