Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.adf.model.dcframe
Interface TransactionHandle


public interface TransactionHandle
Since:
11.1.0

Method Summary
 java.lang.String getId()
          Returns a unique identifier for this transaction.
 boolean isOpen()
          Whether the transaction is open.
 boolean isSuspended()
          Whether this transaction is suspended.

 

Method Detail

getId

java.lang.String getId()
Returns a unique identifier for this transaction.

isOpen

boolean isOpen()
Whether the transaction is open. A transaction is open if beginTransaction has been called and the transaction has not ended by commit or rollback.
Returns:
true if the transaction is open.

isSuspended

boolean isSuspended()
Whether this transaction is suspended.
Returns:
true if the transaction is suspended.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


Copyright © 1997, 2012, Oracle. All rights reserved.