Berkeley DB Java Edition
version 1.5.3

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.


Field Summary
 long parentId
          The transaction ID of the parent transaction (or 0, if no parent).
 long txnId
          The transaction ID of the transaction.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

txnId

public long txnId
The transaction ID of the transaction.


parentId

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


Berkeley DB Java Edition
version 1.5.3

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