public final class XidTransactionIDSerializedForm extends Object implements Serializable
Constructor and Description |
---|
XidTransactionIDSerializedForm(String cacheManagerName,
String cacheName,
String ownerID,
Xid xid)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCacheManagerName()
Get the name of the cache manager which contains the factory that created the
original XidTransactionID
|
String |
getCacheName()
Get the name of the cache which this original XidTransactionID is for.
|
String |
getOwnerID()
Get the original XidTransactionID's owner id
|
Xid |
getXid()
Get the original XidTransactionID's XID
|
public XidTransactionIDSerializedForm(String cacheManagerName, String cacheName, String ownerID, Xid xid)
cacheManagerName
- the name of the cache manager which contains the factory
that created the original XidTransactionIDcacheName
- the name of the cache for this idxid
- the XidTransactionID's XIDpublic String getCacheManagerName()
public String getCacheName()
public String getOwnerID()
public Xid getXid()
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.