Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

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

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

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