|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.transaction.TransactionIDImpl
public class TransactionIDImpl
A transaction ID implementation with uniqueness across a single JVM
Constructor Summary | |
---|---|
|
TransactionIDImpl()
Create a new TransactionIDImpl instance |
protected |
TransactionIDImpl(TransactionIDImpl transactionId)
Create a new TransactionIDImpl instance from an existing one |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransactionIDImpl()
protected TransactionIDImpl(TransactionIDImpl transactionId)
transactionId
- the transaction Id to copyMethod Detail |
---|
public final boolean equals(Object obj)
equals
in class Object
public final int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |