|
Berkeley DB Java Edition version 1.7.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.TransactionStats.Active
The Active class represents an active transaction.
Method Summary | |
long |
getId()
The transaction ID of the transaction. |
String |
getName()
The transaction name, including the thread name if available. |
long |
getParentId()
The transaction ID of the parent transaction (or 0, if no parent). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public long getId()
public long getParentId()
public String getName()
|
Berkeley DB Java Edition version 1.7.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |