|
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.TransactionStats.Active
The Active class represents an active transaction.
Method Summary | |
LogSequenceNumber |
getLsn()
The log sequence number of the transaction's first log record. |
int |
getParentId()
The transaction ID of the parent transaction (or 0, if no parent). |
int |
getTxnId()
The transaction ID of the transaction. |
int |
getXaStatus()
If the transaction is an XA transaction, the status of the transaction, otherwise 0. |
byte[] |
getXId()
If the transaction is an XA transaction, the XA global transaction ID. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getTxnId()
public int getParentId()
public LogSequenceNumber getLsn()
public int getXaStatus()
public byte[] getXId()
|
Berkeley DB version 4.3.29 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |