From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../java/com/sleepycat/db/PreparedTransaction.html | 465 ++++++++++----------- 1 file changed, 232 insertions(+), 233 deletions(-) (limited to 'docs/java/com/sleepycat/db/PreparedTransaction.html') diff --git a/docs/java/com/sleepycat/db/PreparedTransaction.html b/docs/java/com/sleepycat/db/PreparedTransaction.html index 6c67682d..355cfbcc 100644 --- a/docs/java/com/sleepycat/db/PreparedTransaction.html +++ b/docs/java/com/sleepycat/db/PreparedTransaction.html @@ -1,253 +1,252 @@ - - - - - -PreparedTransaction (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.db -
-Class PreparedTransaction

-
-java.lang.Object
-  extended by com.sleepycat.db.PreparedTransaction
-
-
-
-
public class PreparedTransaction
extends Object
- - -

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

- -

-


- -

- +

+
com.sleepycat.db
+

Class PreparedTransaction

+
+
+ +
+
    +
  • +
    +
    +
    public class PreparedTransaction
    +extends java.lang.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.
    - TransactiongetTransaction() - -
    -          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 Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      byte[]getGID() +
      Return the global transaction ID for the transaction.
      +
      TransactiongetTransaction() +
      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 +
      +
    • + + +

      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 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.
    -
    -
    +

+
Returns:
The global transaction ID for the transaction.
+ + + + + + + + + + +
+ -
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1