Interface IReplicaSharedObjectDescriptionFactory
- 
 public interface IReplicaSharedObjectDescriptionFactoryReplica shared object factory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicaSharedObjectDescriptioncreateDescriptionForContainer(ID containerID, ISharedObjectConfig config)Create new ReplicaSharedObjectDescription instance for delivery to remote container identified by containerID parameter.
 
- 
- 
- 
Method Detail- 
createDescriptionForContainerReplicaSharedObjectDescription createDescriptionForContainer(ID containerID, ISharedObjectConfig config) Create new ReplicaSharedObjectDescription instance for delivery to remote container identified by containerID parameter. The containerID parameter ID provided must not be null- Parameters:
- containerID-
- Returns:
- ReplicaSharedObjectDescription. Must not return null, but rather a valid ReplicaSharedObjectDescription instance
 
 
- 
 
-