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

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

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

Subclasses of SharedObjectDescription in org.eclipse.ecf.core.sharedobject
 class ReplicaSharedObjectDescription
          Description of a remote ISharedObject instance.
 

Methods in org.eclipse.ecf.core.sharedobject with parameters of type SharedObjectDescription
 ID ISharedObjectManager.createSharedObject(SharedObjectDescription sd)
          Create a new ISharedObject within this container from the given SharedObjectDescription.
 

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

Methods in org.eclipse.ecf.provider.datashare that return SharedObjectDescription
protected  SharedObjectDescription SharedObjectDatashareContainerAdapter.createChannelSharedObjectDescription(IChannelConfig channelConfig)
           
 

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

Methods in org.eclipse.ecf.provider.generic with parameters of type SharedObjectDescription
protected  ID SOManager.createNewSharedObjectID(SharedObjectDescription sd, ISharedObject newObject)
           
 ID SOManager.createSharedObject(SharedObjectDescription sd)
           
protected  java.lang.Object[] SOContainer.getArgsFromProperties(SharedObjectDescription sd)
           
protected  java.lang.String[] SOContainer.getArgTypesFromProperties(SharedObjectDescription sd)
           
protected  java.lang.ClassLoader SOContainer.getClassLoaderForSharedObject(SharedObjectDescription sd)
           
protected  ISharedObject SOContainer.load(SharedObjectDescription sd)
           
protected  ISharedObject SOManager.loadSharedObject(SharedObjectDescription sd)
           
protected  void ClientSOContainer.sendCreate(ID sharedObjectId, ID toContainerId, SharedObjectDescription sd)
           
protected  void SOContainer.sendCreate(ID sharedObjectID, ID toContainerID, SharedObjectDescription sd)
           
protected  ID[] ClientSOContainer.sendCreateMsg(ID toID, SharedObjectDescription createInfo)
           
protected  ID[] ClientSOContainer.sendCreateSharedObjectMessage(ID toContainerId, SharedObjectDescription sd)
           
protected  ID[] SOContainer.sendCreateSharedObjectMessage(ID toContainerID, SharedObjectDescription sd)