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

Packages that use SharedObjectTypeDescription
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.core.sharedobject.provider   
org.eclipse.ecf.provider.datashare   
 

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

Fields in org.eclipse.ecf.core.sharedobject declared as SharedObjectTypeDescription
protected  SharedObjectTypeDescription SharedObjectDescription.typeDescription
           
 

Methods in org.eclipse.ecf.core.sharedobject that return SharedObjectTypeDescription
 SharedObjectTypeDescription SharedObjectFactory.addDescription(SharedObjectTypeDescription description)
           
 SharedObjectTypeDescription ISharedObjectFactory.addDescription(SharedObjectTypeDescription description)
           
protected  SharedObjectTypeDescription SharedObjectFactory.addDescription0(SharedObjectTypeDescription n)
           
protected  SharedObjectTypeDescription SharedObjectFactory.getDescription0(SharedObjectTypeDescription scd)
           
protected  SharedObjectTypeDescription SharedObjectFactory.getDescription0(java.lang.String name)
           
 SharedObjectTypeDescription SharedObjectFactory.getDescriptionByName(java.lang.String name)
           
 SharedObjectTypeDescription ISharedObjectFactory.getDescriptionByName(java.lang.String name)
          Get the known SharedObjectTypeDescription given it's name.
 SharedObjectTypeDescription SharedObjectDescription.getTypeDescription()
           
 SharedObjectTypeDescription SharedObjectFactory.removeDescription(SharedObjectTypeDescription scd)
           
 SharedObjectTypeDescription ISharedObjectFactory.removeDescription(SharedObjectTypeDescription scd)
          Remove given description from set known to this factory.
protected  SharedObjectTypeDescription SharedObjectFactory.removeDescription0(SharedObjectTypeDescription n)
           
 

Methods in org.eclipse.ecf.core.sharedobject with parameters of type SharedObjectTypeDescription
 SharedObjectTypeDescription SharedObjectFactory.addDescription(SharedObjectTypeDescription description)
           
 SharedObjectTypeDescription ISharedObjectFactory.addDescription(SharedObjectTypeDescription description)
           
protected  SharedObjectTypeDescription SharedObjectFactory.addDescription0(SharedObjectTypeDescription n)
           
 boolean SharedObjectFactory.containsDescription(SharedObjectTypeDescription scd)
           
 boolean ISharedObjectFactory.containsDescription(SharedObjectTypeDescription description)
          Check to see if a given named description is already contained by this factory
protected  boolean SharedObjectFactory.containsDescription0(SharedObjectTypeDescription scd)
           
 ISharedObject SharedObjectFactory.createSharedObject(SharedObjectTypeDescription desc, java.lang.Object[] args)
           
 ISharedObject ISharedObjectFactory.createSharedObject(SharedObjectTypeDescription typeDescription, java.lang.Object[] args)
          Create ISharedObject instance.
protected  SharedObjectTypeDescription SharedObjectFactory.getDescription0(SharedObjectTypeDescription scd)
           
 SharedObjectTypeDescription SharedObjectFactory.removeDescription(SharedObjectTypeDescription scd)
           
 SharedObjectTypeDescription ISharedObjectFactory.removeDescription(SharedObjectTypeDescription scd)
          Remove given description from set known to this factory.
protected  SharedObjectTypeDescription SharedObjectFactory.removeDescription0(SharedObjectTypeDescription n)
           
 

Constructors in org.eclipse.ecf.core.sharedobject with parameters of type SharedObjectTypeDescription
ReplicaSharedObjectDescription(SharedObjectTypeDescription type, ID objectID, ID homeID, java.util.Map props, long ident)
           
SharedObjectDescription(SharedObjectTypeDescription typeDescription, ID id)
           
SharedObjectDescription(SharedObjectTypeDescription typeDescription, ID id, java.util.Map properties)
           
 

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

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

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

Methods in org.eclipse.ecf.provider.datashare with parameters of type SharedObjectTypeDescription
protected  ISharedObject SharedObjectDatashareContainerAdapter.createSharedObject(SharedObjectTypeDescription typeDescription, ISharedObjectTransactionConfig transactionConfig, IChannelListener listener)