Berkeley DB Java Edition
version 1.7.0

com.sleepycat.je
Class TransactionStats.Active

java.lang.Object
  extended bycom.sleepycat.je.TransactionStats.Active
Enclosing class:
TransactionStats

public class TransactionStats.Active
extends Object

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

getId

public long getId()
The transaction ID of the transaction.


getParentId

public long getParentId()
The transaction ID of the parent transaction (or 0, if no parent).


getName

public String getName()
The transaction name, including the thread name if available.


Berkeley DB Java Edition
version 1.7.0

Copyright (c) 1996-2004 Sleepycat Software, Inc. - All rights reserved.