|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo.server | Contains the implementation of middle tier components. |
Uses of TransactionHandler in oracle.jbo.server |
Subinterfaces of TransactionHandler in oracle.jbo.server | |
Type | Name |
---|---|
interface |
JTATransactionHandler
|
Classes in oracle.jbo.server that implement TransactionHandler | |
Type | Name |
---|---|
class |
DefaultJTATxnHandlerImpl
|
class |
DefaultTxnHandlerImpl
The default implementation of the TransactionHandler interface. |
class |
JTATxnHandlerImpl
|
Methods in oracle.jbo.server that return TransactionHandler | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |