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

Packages that use ReplicaSharedObjectDescription
org.eclipse.ecf.core   
org.eclipse.ecf.core.security   
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.provider.datashare   
org.eclipse.ecf.provider.fileshare   
org.eclipse.ecf.provider.generic   
 

Uses of ReplicaSharedObjectDescription in org.eclipse.ecf.core
 

Methods in org.eclipse.ecf.core that return ReplicaSharedObjectDescription
 ReplicaSharedObjectDescription IReplicaSharedObjectDescriptionFactory.createDescriptionForContainer(ID containerID, ISharedObjectConfig config)
          Create new ReplicaSharedObjectDescription instance for delivery to remote container identified by containerID parameter.
 

Methods in org.eclipse.ecf.core with parameters of type ReplicaSharedObjectDescription
 void ISharedObjectContext.sendCreate(ID toContainerID, ReplicaSharedObjectDescription sd)
          Send message to create a remote instance of an ISharedObject with the same ID as this instance.
 

Uses of ReplicaSharedObjectDescription in org.eclipse.ecf.core.security
 

Methods in org.eclipse.ecf.core.security with parameters of type ReplicaSharedObjectDescription
 java.security.PermissionCollection ISharedObjectPolicy.checkAddSharedObject(ID fromID, ID toID, ID localID, ReplicaSharedObjectDescription newObjectDescription)
          Check the request to add a shared object from external source (i.e.
 

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

Methods in org.eclipse.ecf.core.sharedobject that return ReplicaSharedObjectDescription
protected  ReplicaSharedObjectDescription AbstractSharedObject.getReplicaDescription(ID receiver)
          Get a ReplicaSharedObjectDescription for a replica to be created on a given receiver.
protected  ReplicaSharedObjectDescription[] AbstractSharedObject.getReplicaDescriptions(ID[] receivers)
          This method is called by replicateToRemoteContainers to determine the ReplicaSharedObjectDescriptions associated with the given receivers.
 

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

Methods in org.eclipse.ecf.provider.datashare that return ReplicaSharedObjectDescription
protected  ReplicaSharedObjectDescription BaseChannel.getReplicaDescription(ID targetContainerID)
          Override of AbstractSharedObject.getReplicaDescription.
 

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

Methods in org.eclipse.ecf.provider.fileshare that return ReplicaSharedObjectDescription
protected  ReplicaSharedObjectDescription BaseFileShareSender.getReplicaDescription(ID receiver)
           
 

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

Methods in org.eclipse.ecf.provider.generic with parameters of type ReplicaSharedObjectDescription
protected  java.lang.Object SOContainer.checkRemoteCreate(ID fromID, ID toID, ReplicaSharedObjectDescription desc)
          Check remote creation of shared objects.
protected  SOConfig SOContainer.createRemoteSharedObjectConfig(ID fromID, ReplicaSharedObjectDescription sd, ISharedObject obj)
           
protected  SOWrapper SOContainer.createRemoteSharedObjectWrapper(ID fromID, ReplicaSharedObjectDescription sd, ISharedObject s)
           
 void SOContext.sendCreate(ID toContainerID, ReplicaSharedObjectDescription sd)