|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.db.DbTxnStat.Active
public static class 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 | |
|---|---|
java.lang.String |
toString()
Provide a string representation of all the fields contained within this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, 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 java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||