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


Uses of Interface
oracle.jbo.server.TransactionPostListener

Packages that use TransactionPostListener
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb.facade   

 

Uses of TransactionPostListener in oracle.jbo.server

 

Subinterfaces of TransactionPostListener in oracle.jbo.server
 interface Entity
          This interface is for BC4J Entity Objects.

 

Classes in oracle.jbo.server that implement TransactionPostListener
 class EntityImpl
          This class implements the middle-tier representations of database rows.
 class ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.

 

Methods in oracle.jbo.server with parameters of type TransactionPostListener
 void NullDBTransactionImpl.addTransactionPostListener(TransactionPostListener listener)
          Deprecated. Implementation of the DBTransaction interface.
 void NullDBTransactionImpl.addTransactionPostListenerNoCheck(TransactionPostListener listener)
          Deprecated. Implementation of the DBTransaction interface.
 void NullDBTransactionImpl.removeTransactionPostListener(TransactionPostListener listener)
          Deprecated. Implementation of the DBTransaction interface.
 void EntityImpl.addTransactionPostListener(TransactionPostListener listener)
          Adds a listener to the list of post operation listeners.
 void EntityImpl.addTransactionPostListenerNoCheck(TransactionPostListener listener)
          Internal: Applications should not use this method.
 void EntityImpl.removeTransactionPostListener(TransactionPostListener listener)
          Internal: Applications should not use this method.
 void DBTransactionImpl.addTransactionPostListener(TransactionPostListener listener)
          Adds a subscriber to the transaction's post-events list.
 void DBTransactionImpl.addTransactionPostListenerNoCheck(TransactionPostListener listener)
          Internal: Applications should not use this method.
 void DBTransactionImpl.removeTransactionPostListener(TransactionPostListener listener)
          Removes a subscriber from the transaction's post-events list.
 void DBTransaction.addTransactionPostListener(TransactionPostListener listener)
          Adds a listener to the transaction's list of post-phase event subscribers.
 void DBTransaction.addTransactionPostListenerNoCheck(TransactionPostListener listener)
          Adds a listener to the transaction's list of post-phase event subscribers, without checking whether the listener is already on the list.
 void DBTransaction.removeTransactionPostListener(TransactionPostListener listener)
          Removes a listener from the transaction's list of post-phase event subscribers.

 

Uses of TransactionPostListener in oracle.jbo.server.ejb.facade

 

Classes in oracle.jbo.server.ejb.facade that implement TransactionPostListener
 class CmrAccessorViewImpl
           
 class EntityFacadeImpl
          Abstract base class for Entity Facade.
 class FinderViewImpl
          Abstract base class for Finder-Based View Object.

 


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


 

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