| 
 | Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionHandler | |
| oracle.jbo.server | Contains the implementation of middle tier components. | 
| Uses of TransactionHandler in oracle.jbo.server | 
| Classes in oracle.jbo.server that implement TransactionHandler | |
|  class | DefaultTxnHandlerImplThe default implementation of the TransactionHandler interface. | 
| Methods in oracle.jbo.server that return TransactionHandler | |
|  TransactionHandler | NullDBTransactionImpl.getTransactionHandler() | 
|  TransactionHandler | DBTransactionImpl.getTransactionHandler()Internal: Applications should not use this method. | 
|  TransactionHandler | DefaultTxnHandlerFactoryImpl.createTransactionHandler()Uses the current database connection to create a transaction handler for a non-EJB platform. | 
|  TransactionHandler | DBTransaction.getTransactionHandler()Internal: Applications should not use this method. | 
|  TransactionHandler | TransactionHandlerFactory.createTransactionHandler()Uses the current database connection to create a transaction handler. | 
| Methods in oracle.jbo.server with parameters of type TransactionHandler | |
|  void | NullDBTransactionImpl.setTransactionHandler(TransactionHandler txnHandler) | 
|  void | DBTransactionImpl.setTransactionHandler(TransactionHandler txnHandler)Internal: Applications should not use this method. | 
|  void | DBTransaction.setTransactionHandler(TransactionHandler txnHandler)Internal: Applications should not use this method. | 
| 
 | Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||