|
|
|
Berkeley DB version 4.4.20 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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. |
String |
getName()
The transaction name, including the thread name if available. |
int |
getParentId()
The transaction ID of the parent transaction (or 0, if no parent). |
int |
getPid()
The process ID of the process that owns the transaction. |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public String getName()
public int getTxnId()
public int getParentId()
public int getPid()
public LogSequenceNumber getLsn()
public int getXaStatus()
public byte[] getXId()
|
Berkeley DB version 4.4.20 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |