com.sleepycat.je
Class TransactionStats.Active

java.lang.Object
  extended by com.sleepycat.je.TransactionStats.Active
All Implemented Interfaces:
Serializable
Enclosing class:
TransactionStats

public static class TransactionStats.Active
extends Object
implements Serializable

The Active class represents an active transaction.

See Also:
Serialized Form

Constructor Summary
TransactionStats.Active(String name, long txnId, long parentId)
          Internal use only.
 
Method Summary
 long getId()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 String getName()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getParentId()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionStats.Active

public TransactionStats.Active(String name,
                               long txnId,
                               long parentId)
Internal use only.

Method Detail

getId

public long getId()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getParentId

public long getParentId()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getName

public String getName()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


toString

public String toString()
Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.