|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.transaction.TransactionIDImpl
public final class TransactionIDImpl
A transaction ID implementation with uniqueness across a single JVM
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
boolean |
isDecisionCommit()
Check if this transaction should be committed or not |
void |
markForCommit()
Mark that this transaction's decision is commit |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isDecisionCommit()
isDecisionCommit
in interface TransactionID
public void markForCommit()
markForCommit
in interface TransactionID
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 |