|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.transaction.XidTransactionIDSerializedForm
public final class XidTransactionIDSerializedForm
A replacement serialized form for XID transaction IDs. It can be used by transaction ID factories to create XID-based IDs that serialize to this form (using writeReplace()) if they don't want or cannot provide directly serializable IDs.
During deserialization, objects of this class will be replaced by the result of the CacheManager.restoreXidTransactionID() call.
Constructor Summary | |
---|---|
XidTransactionIDSerializedForm(String cacheManagerName,
Xid xid,
String decision)
Constructor |
Method Summary | |
---|---|
String |
getCacheManagerName()
Get the name of the cache manager which contains the factory that created the original XidTransactionID |
String |
getDecision()
Get the original XidTransactionID's decision |
Xid |
getXid()
Get the original XidTransactionID's XID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XidTransactionIDSerializedForm(String cacheManagerName, Xid xid, String decision)
cacheManagerName
- the name of the cache manager which contains the factory
that created the original XidTransactionIDxid
- the XidTransactionID's XIDdecision
- the XidTransactionID's decisionMethod Detail |
---|
public String getCacheManagerName()
public Xid getXid()
public String getDecision()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |