Business Components

Uses of Interface
oracle.jbo.server.TransactionHandler

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

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()
           
 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)
           
 void DBTransaction.setTransactionHandler(TransactionHandler txnHandler)
          Internal: Applications should not use this method.
 


Business Components