DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Berkeley DB
version 4.4.20

com.sleepycat.db
Class PreparedTransaction

java.lang.Object
  extended bycom.sleepycat.db.PreparedTransaction

public class PreparedTransaction
extends Object

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


Method Summary
 byte[] getGID()
          Return the global transaction ID for the transaction.
 Transaction getTransaction()
          Return the transaction handle for the transaction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGID

public byte[] getGID()
Return the global transaction ID for the transaction.

The global transaction ID is the one specified when the transaction was originally prepared. The application is responsible for ensuring uniqueness among global transaction IDs.

Returns:
The global transaction ID for the transaction.

getTransaction

public Transaction getTransaction()
Return the transaction handle for the transaction.

Returns:
The transaction handle for the transaction.

Berkeley DB
version 4.4.20

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