Uses of Class
org.eclipse.ecf.core.sharedobject.SharedObjectCreateException

Packages that use SharedObjectCreateException
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.core.sharedobject.provider   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.generic   
 

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

Methods in org.eclipse.ecf.core.sharedobject that throw SharedObjectCreateException
 ID ISharedObjectManager.createSharedObject(SharedObjectDescription sd)
          Create a new ISharedObject within this container from the given SharedObjectDescription.
 ISharedObject SharedObjectFactory.createSharedObject(SharedObjectTypeDescription desc, java.lang.Object[] args)
           
 ISharedObject ISharedObjectFactory.createSharedObject(SharedObjectTypeDescription typeDescription, java.lang.Object[] args)
          Create ISharedObject instance.
 ISharedObject SharedObjectFactory.createSharedObject(java.lang.String descriptionName)
           
 ISharedObject ISharedObjectFactory.createSharedObject(java.lang.String descriptionName)
          Create ISharedObject instance.
 ISharedObject SharedObjectFactory.createSharedObject(java.lang.String descriptionName, java.lang.Object[] args)
           
 ISharedObject ISharedObjectFactory.createSharedObject(java.lang.String descriptionName, java.lang.Object[] args)
          Create ISharedObject instance.
 SharedObjectTypeDescription SharedObjectFactory.getDescriptionByName(java.lang.String name)
           
 SharedObjectTypeDescription ISharedObjectFactory.getDescriptionByName(java.lang.String name)
          Get the known SharedObjectTypeDescription given it's name.
 

Uses of SharedObjectCreateException in org.eclipse.ecf.core.sharedobject.provider
 

Methods in org.eclipse.ecf.core.sharedobject.provider that throw SharedObjectCreateException
 ISharedObject ISharedObjectInstantiator.createInstance(SharedObjectTypeDescription typeDescription, java.lang.Object[] args)
          Create instance of ISharedObject.
 

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

Methods in org.eclipse.ecf.provider.datashare that throw SharedObjectCreateException
protected  ISharedObject SharedObjectDatashareContainerAdapter.createSharedObject(SharedObjectTypeDescription typeDescription, ISharedObjectTransactionConfig transactionConfig, IChannelListener listener)
           
 

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

Methods in org.eclipse.ecf.provider.generic that throw SharedObjectCreateException
 ID SOManager.createSharedObject(SharedObjectDescription sd)