| Package | Description | 
|---|---|
| oracle.adf.model.rest | |
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.server.ejb | 
 Contains the base implementation of appmodule session beans. 
 | 
| oracle.jbo.server.svc | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EmptyTransactionHandler
An skeleton class for handling transaction operations. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
JTATransactionHandler  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultJTATxnHandlerImpl  | 
class  | 
DefaultTxnHandlerImpl
The default implementation of the TransactionHandler interface. 
 | 
class  | 
JTATxnHandlerImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionHandler | 
TransactionHandlerFactory.createTransactionHandler()
Uses the current database connection to create a transaction handler. 
 | 
TransactionHandler | 
DefaultTxnHandlerFactoryImpl.createTransactionHandler()
Uses the current database connection to create a transaction handler for
 a non-EJB platform. 
 | 
TransactionHandler | 
NullDBTransactionImpl.getTransactionHandler()
Deprecated.  
  | 
TransactionHandler | 
DBTransactionImpl.getTransactionHandler()
Internal: Applications should not use this method. 
 | 
TransactionHandler | 
DBTransaction.getTransactionHandler()
Internal: Applications should not use this method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NullDBTransactionImpl.setTransactionHandler(TransactionHandler txnHandler)
Deprecated.  
  | 
void | 
DBTransactionImpl.setTransactionHandler(TransactionHandler txnHandler)
Internal: Applications should not use this method. 
 | 
void | 
DBTransaction.setTransactionHandler(TransactionHandler txnHandler)
Internal: Applications should not use this method. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ContainerManagedTxnHandlerImpl
implementation 
 | 
class  | 
EJBTxnHandlerImpl
DBTransactionImpl implementation that uses the ejb(jts) txn model 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionHandler | 
EJBTxnHandlerFactoryImpl.createTransactionHandler()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ServiceJTATxnHandlerImpl
ADF service specific JTA transaction handler, subclassing from bc4j's JTATxnHanderImpl 
 | 
class  | 
ServiceNonJTATxnHandlerImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionHandler | 
ServiceConfiguration.ServiceJTATrnHandlerFactory.createTransactionHandler()
create transaction handler 
 |