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

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

Uses of SharedObjectTypeDescription in org.eclipse.ecf.core
 

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

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

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

Constructors in org.eclipse.ecf.core 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.provider
 

Methods in org.eclipse.ecf.core.provider with parameters of type SharedObjectTypeDescription
 ISharedObject ISharedObjectInstantiator.createInstance(SharedObjectTypeDescription typeDescription, java.lang.Class[] argTypes, 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
 ISharedObject ChannelFactory.createInstance(SharedObjectTypeDescription typeDescription, java.lang.Class[] argTypes, java.lang.Object[] args)
           
protected  ISharedObject SharedObjectDatashareContainerAdapter.createSharedObject(SharedObjectTypeDescription typeDescription, ISharedObjectTransactionConfig transactionConfig, IChannelListener listener)
           
protected  ISharedObject DatashareContainerAdapter.createSharedObject(SharedObjectTypeDescription typeDescription, ISharedObjectTransactionConfig transactionConfig, IChannelListener listener)
           
 

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

Methods in org.eclipse.ecf.provider.fileshare with parameters of type SharedObjectTypeDescription
protected  ISharedObject FileShareContainer.createRetrieverSharedObject(SharedObjectTypeDescription typeDescription, ID targetFileID, java.io.File localTarget, IFileShareListener listener)
           
protected  ISharedObject FileShareContainer.createSenderSharedObject(SharedObjectTypeDescription typeDescription, ISharedObjectTransactionConfig transactionConfig, IFileShareListener listener, java.io.InputStream ins, ID remoteTarget, java.lang.Long l)