|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.db.PreparedTransaction
The PreparedTransaction object is used to encapsulate a single prepared, but not yet resolved, transaction.
Method Summary | |
byte[] |
getGID()
Return the global transaction ID for the transaction. |
Transaction |
getTransaction()
Return the transaction handle for the transaction. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public byte[] getGID()
The global transaction ID is the one specified when the transaction was originally prepared. The application is responsible for ensuring uniqueness among global transaction IDs.
public Transaction getTransaction()
|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |