Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


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 NullDBTransactionImpl.addTransactionStateListener(TransactionStateListener tl)
          Deprecated. Implementation of the DBTransaction interface.
 void NullDBTransactionImpl.removeTransactionStateListener(TransactionStateListener tl)
          Deprecated. Implementation of the DBTransaction interface.
 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.

 

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.

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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