Uses of Class
org.eclipse.ecf.core.ContainerCreateException

Packages that use ContainerCreateException
org.eclipse.ecf.core   
org.eclipse.ecf.core.provider   
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.example.clients   
org.eclipse.ecf.presence.chatroom   
org.eclipse.ecf.presence.im   
org.eclipse.ecf.provider.discovery   
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.storage   
org.eclipse.ecf.ui.dialogs   
org.eclipse.ecf.ui.hyperlink   
 

Uses of ContainerCreateException in org.eclipse.ecf.core
 

Methods in org.eclipse.ecf.core that throw ContainerCreateException
 IContainer IContainerFactory.createContainer()
          Make a base IContainer instance.
 IContainer ContainerFactory.createContainer()
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription)
          Create a new container.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription)
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID)
          Create a new container.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID)
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID, java.lang.Object[] parameters)
          Create a new container.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, ID containerID, java.lang.Object[] parameters)
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, java.lang.Object[] parameters)
          Create a new container.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, java.lang.Object[] parameters)
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, java.lang.String containerId)
          Create a new container.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, java.lang.String containerId)
           
 IContainer IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, java.lang.String containerId, java.lang.Object[] parameters)
          Create a new container.
 IContainer ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription, java.lang.String containerId, java.lang.Object[] parameters)
           
 IContainer IContainerFactory.createContainer(ID containerID)
          Create a new container.
 IContainer ContainerFactory.createContainer(ID containerID)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName)
          Create a new container.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID)
          Create a new container.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID, java.lang.Object[] parameters)
          Create a new container.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, ID containerID, java.lang.Object[] parameters)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, java.lang.Object[] parameters)
          Create a new container.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, java.lang.Object[] parameters)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, java.lang.String containerId)
          Create a new container.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, java.lang.String containerId)
           
 IContainer IContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, java.lang.String containerId, java.lang.Object[] parameters)
          Create a new container.
 IContainer ContainerFactory.createContainer(java.lang.String containerTypeDescriptionName, java.lang.String containerId, java.lang.Object[] parameters)
           
 IContainer BaseContainer.Instantiator.createInstance(ContainerTypeDescription description, java.lang.Object[] parameters)
           
protected  void ContainerFactory.throwContainerCreateException(java.lang.String message, java.lang.Throwable cause, java.lang.String method)
           
 

Constructors in org.eclipse.ecf.core that throw ContainerCreateException
BaseContainer(long idl)
           
 

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

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

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

Methods in org.eclipse.ecf.core.sharedobject that throw ContainerCreateException
 ISharedObjectContainer SharedObjectContainerFactory.createSharedObjectContainer(ContainerTypeDescription desc, java.lang.Object[] args)
           
 ISharedObjectContainer ISharedObjectContainerFactory.createSharedObjectContainer(ContainerTypeDescription desc, java.lang.Object[] args)
          Make ISharedObjectContainer instance.
 ISharedObjectContainer SharedObjectContainerFactory.createSharedObjectContainer(java.lang.String descriptionName)
           
 ISharedObjectContainer ISharedObjectContainerFactory.createSharedObjectContainer(java.lang.String descriptionName)
          Make ISharedObjectContainer instance.
 ISharedObjectContainer SharedObjectContainerFactory.createSharedObjectContainer(java.lang.String descriptionName, java.lang.Object[] args)
           
 ISharedObjectContainer ISharedObjectContainerFactory.createSharedObjectContainer(java.lang.String descriptionName, java.lang.Object[] args)
          Make ISharedObjectContainer instance.
 

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

Methods in org.eclipse.ecf.example.clients that throw ContainerCreateException
 void XMPPClientUI.initialize()
           
 

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

Methods in org.eclipse.ecf.presence.chatroom that throw ContainerCreateException
 IChatRoomContainer IChatRoomInfo.createChatRoomContainer()
          Create a new IChatRoomContainer instance.
 

Uses of ContainerCreateException in org.eclipse.ecf.presence.im
 

Methods in org.eclipse.ecf.presence.im that throw ContainerCreateException
 IChatRoomContainer IChat.createChatRoomContainer()
          Create a new IChatRoomContainer instance from this chat.
 

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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ecf.provider.remoteservice that throw ContainerCreateException
 IContainer AbstractRemoteServiceDescription.createContainer()
           
 

Uses of ContainerCreateException in org.eclipse.ecf.storage
 

Methods in org.eclipse.ecf.storage that throw ContainerCreateException
 IContainer IContainerEntry.createContainer()
          Create an IContainer from this IContainerEntry.
 

Uses of ContainerCreateException in org.eclipse.ecf.ui.dialogs
 

Constructors in org.eclipse.ecf.ui.dialogs with parameters of type ContainerCreateException
ContainerConnectErrorDialog(org.eclipse.swt.widgets.Shell parentShell, java.lang.String targetID, ContainerCreateException createException)
           
ContainerCreateErrorDialog(org.eclipse.swt.widgets.Shell parentShell, ContainerCreateException createException)
           
 

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

Methods in org.eclipse.ecf.ui.hyperlink that throw ContainerCreateException
protected abstract  IContainer AbstractURLHyperlink.createContainer()