public final class XidTransactionIDSerializedForm
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
cacheManagerName |
private java.lang.String |
cacheName |
private java.lang.String |
ownerID |
private javax.transaction.xa.Xid |
xid |
Constructor and Description |
---|
XidTransactionIDSerializedForm(java.lang.String cacheManagerName,
java.lang.String cacheName,
java.lang.String ownerID,
javax.transaction.xa.Xid xid)
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 XidTransactionID
|
java.lang.String |
getCacheName()
Get the name of the cache which this original XidTransactionID is for.
|
java.lang.String |
getOwnerID()
Get the original XidTransactionID's owner id
|
javax.transaction.xa.Xid |
getXid()
Get the original XidTransactionID's XID
|
private java.lang.Object |
readResolve() |
private final java.lang.String cacheManagerName
private final java.lang.String cacheName
private final java.lang.String ownerID
private final javax.transaction.xa.Xid xid
public XidTransactionIDSerializedForm(java.lang.String cacheManagerName, java.lang.String cacheName, java.lang.String ownerID, javax.transaction.xa.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 java.lang.String getCacheManagerName()
public java.lang.String getCacheName()
public java.lang.String getOwnerID()
public javax.transaction.xa.Xid getXid()
private java.lang.Object readResolve()