Business Components

Uses of Interface
oracle.jbo.TransactionStateListener

Packages that use TransactionStateListener
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
 

Uses of TransactionStateListener in oracle.jbo
 

Methods in oracle.jbo with parameters of type TransactionStateListener
 void Transaction.addTransactionStateListener(TransactionStateListener target)
           
 void Transaction.removeTransactionStateListener(TransactionStateListener target)
           
 

Uses of TransactionStateListener in oracle.jbo.server
 

Methods in oracle.jbo.server with parameters of type TransactionStateListener
 void DBTransactionImpl.addTransactionStateListener(TransactionStateListener target)
          Add this TransactionListener to the list and notify all such listeners whenever commit and rollback occurs in this transaction.
 void DBTransactionImpl.removeTransactionStateListener(TransactionStateListener target)
          Remove this transaction listener (if it exists) from this transaction.
 void NullDBTransactionImpl.addTransactionStateListener(TransactionStateListener tl)
          Deprecated. Implementation of the DBTransaction interface.
 void NullDBTransactionImpl.removeTransactionStateListener(TransactionStateListener tl)
          Deprecated. Implementation of the DBTransaction interface.
 

Uses of TransactionStateListener in oracle.jbo.uicli.binding
 

Classes in oracle.jbo.uicli.binding that implement TransactionStateListener
 class JUApplication
          The application class that manages connection to a BC4J Application Module.
 


Business Components