public final class TransactionIDSerializedForm
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
cacheManagerName |
private java.lang.String |
clusterUUID |
private long |
creationTime |
private int |
id |
private java.lang.String |
ownerID |
Constructor and Description |
---|
TransactionIDSerializedForm(java.lang.String cacheManagerName,
java.lang.String clusterUUID,
java.lang.String ownerID,
long creationTime,
int id)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCacheManagerName()
Get the name of the cache manager which contains the factory that created the
original TransactionID
|
java.lang.String |
getClusterUUID()
Get the original TransactionID's cluster UUID
|
long |
getCreationTime()
Get the original TransactionID's creation time
|
int |
getId()
Get the original TransactionID's internal ID
|
java.lang.String |
getOwnerID()
Get the original TransactionID's owner id
|
private java.lang.Object |
readResolve() |
private final java.lang.String cacheManagerName
private final java.lang.String clusterUUID
private final java.lang.String ownerID
private final long creationTime
private final int id
public TransactionIDSerializedForm(java.lang.String cacheManagerName, java.lang.String clusterUUID, java.lang.String ownerID, long creationTime, int id)
cacheManagerName
- the name of the cache manager which contains the factory
that created the original TransactionIDclusterUUID
- the TransactionID's cluster UUIDcreationTime
- the TransactionID's creation timeid
- the TransactionID's internal IDpublic java.lang.String getCacheManagerName()
public java.lang.String getClusterUUID()
public java.lang.String getOwnerID()
public long getCreationTime()
public int getId()
private java.lang.Object readResolve()