Class ReplicaSharedObjectDescription
java.lang.Object
org.eclipse.ecf.core.sharedobject.SharedObjectDescription
org.eclipse.ecf.core.sharedobject.ReplicaSharedObjectDescription
- All Implemented Interfaces:
Serializable
Description of a remote ISharedObject instance.
- See Also:
-
Field Summary
FieldsFields inherited from class org.eclipse.ecf.core.sharedobject.SharedObjectDescription
id, properties, typeDescription
-
Constructor Summary
ConstructorsConstructorDescriptionReplicaSharedObjectDescription
(Class clazz, ID objectID) ReplicaSharedObjectDescription
(Class clazz, ID objectID, ID homeID) ReplicaSharedObjectDescription
(Class clazz, ID objectID, ID homeID, Map<String, ?> props, long ident) ReplicaSharedObjectDescription
(String typeName, ID objectID, ID homeID) ReplicaSharedObjectDescription
(String typeName, ID objectID, ID homeID, Map<String, ?> props, long ident) ReplicaSharedObjectDescription
(SharedObjectTypeDescription type, ID soID, ID homeID) ReplicaSharedObjectDescription
(SharedObjectTypeDescription type, ID soID, ID homeID, Map<String, ?> props) ReplicaSharedObjectDescription
(SharedObjectTypeDescription type, ID objectID, ID homeID, Map<String, ?> props, long ident) -
Method Summary
Methods inherited from class org.eclipse.ecf.core.sharedobject.SharedObjectDescription
getID, getProperties, getTypeDescription
-
Field Details
-
staticID
protected static long staticID -
homeID
-
identifier
protected long identifier
-
-
Constructor Details
-
ReplicaSharedObjectDescription
public ReplicaSharedObjectDescription()- Since:
- 2.6
-
ReplicaSharedObjectDescription
-
ReplicaSharedObjectDescription
-
ReplicaSharedObjectDescription
-
ReplicaSharedObjectDescription
-
ReplicaSharedObjectDescription
-
ReplicaSharedObjectDescription
-
ReplicaSharedObjectDescription
-
-
Method Details
-
getNextUniqueIdentifier
public static long getNextUniqueIdentifier() -
getHomeID
-
getIdentifier
public long getIdentifier() -
setID
-
toString
- Overrides:
toString
in classSharedObjectDescription
-