Berkeley DB
version 4.2.52

com.sleepycat.db
Class DbPreplist

java.lang.Object
  |
  +--com.sleepycat.db.DbPreplist

public class DbPreplist
extends Object

The DbPreplist object is used to encapsulate a single prepared, but not yet resolved, transaction.


Field Summary
 byte[] gid
          The global transaction ID for the transaction.
 DbTxn txn
          The transaction handle for the transaction.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gid

public byte[] gid
The global transaction ID for the transaction. The global transaction ID is the one specified when the transaction was prepared. The application is responsible for ensuring uniqueness among global transaction IDs.


txn

public DbTxn txn
The transaction handle for the transaction.


Berkeley DB
version 4.2.52

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