Business Components

Uses of Interface
oracle.jbo.server.TransactionHandler

Packages that use.*
PackageDescription
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb   
 

Uses of TransactionHandler in oracle.jbo.server
 

Subinterfaces of TransactionHandler in oracle.jbo.server
TypeName
 interface JTATransactionHandler
           
 

Classes in oracle.jbo.server that implement TransactionHandler
TypeName
 class DefaultJTATxnHandlerImpl
           
 class DefaultTxnHandlerImpl
          The default implementation of the TransactionHandler interface.
 class JTATxnHandlerImpl
           
 

Methods in oracle.jbo.server that return TransactionHandler
TypeName
 TransactionHandler DefaultTxnHandlerFactoryImpl.createTransactionHandler()
          Uses the current database connection to create a transaction handler for a non-EJB platform.
 TransactionHandler DBTransactionImpl.getTransactionHandler()
          Internal: Applications should not use this method.
 TransactionHandler TransactionHandlerFactory.createTransactionHandler()
          Uses the current database connection to create a transaction handler.
 TransactionHandler NullDBTransactionImpl.getTransactionHandler()
          Deprecated.  
 TransactionHandler DBTransaction.getTransactionHandler()
          Internal: Applications should not use this method.
 

Methods in oracle.jbo.server with parameters of type TransactionHandler
TypeName
 void DBTransactionImpl.setTransactionHandler(TransactionHandler txnHandler)
          Internal: Applications should not use this method.
 void NullDBTransactionImpl.setTransactionHandler(TransactionHandler txnHandler)
          Deprecated.  
 void DBTransaction.setTransactionHandler(TransactionHandler txnHandler)
          Internal: Applications should not use this method.
 

Uses of TransactionHandler in oracle.jbo.server.ejb
 

Classes in oracle.jbo.server.ejb that implement TransactionHandler
TypeName
 class ContainerManagedTxnHandlerImpl
          implementation
 class EJBTxnHandlerImpl
          DBTransactionImpl implementation that uses the ejb(jts) txn model
 

Methods in oracle.jbo.server.ejb that return TransactionHandler
TypeName
 TransactionHandler EJBTxnHandlerFactoryImpl.createTransactionHandler()
           
 


Business Components