|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttyrex.tm.Journal.RecoveredTransaction
public abstract static class Journal.RecoveredTransaction
Provides information about a recovered transaction. An object is returned for each heuristically complete recoverable transaction providing the transaction identifier and the heuristic decision.
Constructor Summary | |
---|---|
Journal.RecoveredTransaction()
|
Method Summary | |
---|---|
abstract int |
getHeuristic()
Returns the transaction heuristic decision. |
abstract javax.transaction.xa.Xid |
getXid()
Returns the transaction identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Journal.RecoveredTransaction()
Method Detail |
---|
public abstract javax.transaction.xa.Xid getXid()
public abstract int getHeuristic()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |