public class TransactionIDSerializedForm extends Object implements Serializable
Constructor and Description |
---|
TransactionIDSerializedForm(String cacheManagerName,
String clusterUUID,
String ownerID,
long creationTime,
int id)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCacheManagerName()
Get the name of the cache manager which contains the factory that created the
original TransactionID
|
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
|
String |
getOwnerID()
Get the original TransactionID's owner id
|
public TransactionIDSerializedForm(String cacheManagerName, String clusterUUID, 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 String getCacheManagerName()
public String getClusterUUID()
public String getOwnerID()
public long getCreationTime()
public int getId()
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.