Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.jbo.TransactionStateListener

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

 

Uses of TransactionStateListener in oracle.adf.model.bc4j

 

Classes in oracle.adf.model.bc4j that implement TransactionStateListener
 class DCJboDataControl
          The application class that manages connection to a BC4J Application Module.

 

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.client.remote

 

Methods in oracle.jbo.client.remote with parameters of type TransactionStateListener
 void ApplicationModuleImpl.addTransactionStateListener(TransactionStateListener target)
          Add this TransactionListener to the list and notify all such listeners whenever commit and rollback occurs in this transaction.
 void ApplicationModuleImpl.removeTransactionStateListener(TransactionStateListener target)
          Remove this transaction listener (if it exists) from this transaction.

 

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.server.remote

 

Classes in oracle.jbo.server.remote that implement TransactionStateListener
 class AbstractRemoteApplicationModuleImpl
          Remote Adapter that adapts the 2-tier implementation of application module to remote application module.

 

Uses of TransactionStateListener in oracle.jbo.server.remote.corba

 

Classes in oracle.jbo.server.remote.corba that implement TransactionStateListener
 class RemoteApplicationModuleImpl
          Corba Adapter that implements the remotable application module interfaces.

 

Uses of TransactionStateListener in oracle.jbo.server.remote.ejb

 

Classes in oracle.jbo.server.remote.ejb that implement TransactionStateListener
 class CMEJBApplicationModuleImpl
           
 class EJBApplicationModuleImpl
           
 class NestedApplicationModuleImpl
           
 class ServerApplicationModuleImpl
           

 

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.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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