Class PreparedTransaction

java.lang.Object
com.sleepycat.db.PreparedTransaction

public class PreparedTransaction extends Object
The PreparedTransaction object is used to encapsulate a single prepared, but not yet resolved, transaction.
  • Method Details

    • getGID

      public byte[] getGID()
      Return 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.

      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.