|
Berkeley DB version 4.2.52 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sleepycat.db.DbTxnStat.Active
Field Summary | |
DbLsn |
lsn
The current log sequence number when the transaction was begun. |
int |
parentid
The transaction ID of the parent transaction (or 0, if no parent). |
int |
txnid
The transaction ID of the transaction. |
int |
xa_status
If the transaction is an XA transaction, the status of the transaction, otherwise 0. |
byte[] |
xid
If the transaction is an XA transaction, the transaction's XA ID. |
Constructor Summary | |
DbTxnStat.Active()
|
Method Summary | |
String |
toString()
Provide a string representation of all the fields contained within this class. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int txnid
public int parentid
public DbLsn lsn
public int xa_status
public byte[] xid
Constructor Detail |
public DbTxnStat.Active()
Method Detail |
public String toString()
toString
in class Object
|
Berkeley DB version 4.2.52 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |