public class ReplicaSharedObjectDescription extends SharedObjectDescription implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ID |
homeID |
protected long |
identifier |
protected static long |
staticID |
id, properties, typeDescription
Constructor and Description |
---|
ReplicaSharedObjectDescription() |
ReplicaSharedObjectDescription(Class clazz,
ID objectID) |
ReplicaSharedObjectDescription(Class clazz,
ID objectID,
ID homeID) |
ReplicaSharedObjectDescription(Class clazz,
ID objectID,
ID homeID,
Map<String,?> props) |
ReplicaSharedObjectDescription(Class clazz,
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) |
ReplicaSharedObjectDescription(String typeName,
ID objectID,
ID homeID) |
ReplicaSharedObjectDescription(String typeName,
ID objectID,
ID homeID,
Map<String,?> props) |
ReplicaSharedObjectDescription(String typeName,
ID objectID,
ID homeID,
Map<String,?> props,
long ident) |
Modifier and Type | Method and Description |
---|---|
ID |
getHomeID() |
long |
getIdentifier() |
static long |
getNextUniqueIdentifier() |
void |
setID(ID theID) |
String |
toString() |
getID, getProperties, getTypeDescription
protected static long staticID
protected ID homeID
protected long identifier
public ReplicaSharedObjectDescription()
public ReplicaSharedObjectDescription(SharedObjectTypeDescription type, ID soID, ID homeID)
public ReplicaSharedObjectDescription(SharedObjectTypeDescription type, ID soID, ID homeID, Map<String,?> props)
public ReplicaSharedObjectDescription(SharedObjectTypeDescription type, ID objectID, ID homeID, Map<String,?> props, long ident)
public ReplicaSharedObjectDescription(String typeName, ID objectID, ID homeID, Map<String,?> props, long ident)
public ReplicaSharedObjectDescription(String typeName, ID objectID, ID homeID, Map<String,?> props)
public ReplicaSharedObjectDescription(String typeName, ID objectID, ID homeID)
public ReplicaSharedObjectDescription(Class clazz, ID objectID, ID homeID, Map<String,?> props, long ident)
public ReplicaSharedObjectDescription(Class clazz, ID objectID, ID homeID, Map<String,?> props)
public ReplicaSharedObjectDescription(Class clazz, ID objectID, ID homeID)
public static long getNextUniqueIdentifier()
public ID getHomeID()
public long getIdentifier()
public void setID(ID theID)
public String toString()
toString
in class SharedObjectDescription
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.