|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.transaction.XidTransactionIDSerializedForm
public 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,
String cacheName,
String ownerID,
Xid xid)
Constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 XIDMethod Detail |
---|
public String getCacheManagerName()
public String getCacheName()
public String getOwnerID()
public Xid getXid()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |