|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.transaction.TransactionIDSerializedForm
public class TransactionIDSerializedForm
A replacement serialized form for transaction IDs. It can be used by transaction ID factories to create 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.restoreTransactionID() call.
Constructor Summary | |
---|---|
TransactionIDSerializedForm(String cacheManagerName,
String clusterUUID,
String ownerID,
long creationTime,
int id)
Constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 IDMethod Detail |
---|
public String getCacheManagerName()
public String getClusterUUID()
public String getOwnerID()
public long getCreationTime()
public int getId()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |