| Package | Description | 
|---|---|
| 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.ejb.sb | |
| oracle.jbo.server.remote.ejb | 
 Contains server side adapter classes used by appmodule session beans. 
 | 
| oracle.jbo.server.svc | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultTxnHandlerFactoryImpl
The default implementation of the TransactionHandlerFactory interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionHandlerFactory | 
SessionImpl.getTransactionHandlerFactory()
Get the session's transaction handler factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SessionImpl.setTransactionHandlerFactory(TransactionHandlerFactory fac)
Set the session's transaction handler factory. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EJBTxnHandlerFactoryImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
protected TransactionHandlerFactory | 
StatelessSessionBeanImpl.createTransactionHandlerFactory()  | 
protected TransactionHandlerFactory | 
StatefulSessionBeanImpl.createTransactionHandlerFactory()  | 
protected TransactionHandlerFactory | 
SessionBeanImpl.createTransactionHandlerFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract TransactionHandlerFactory | 
ServiceBean.createTransactionHandlerFactory()  | 
protected TransactionHandlerFactory | 
ContainerManagedServiceBeanBase.createTransactionHandlerFactory()  | 
protected TransactionHandlerFactory | 
BeanManagedServiceBean.createTransactionHandlerFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionHandlerFactory | 
CMEJBApplicationModuleImpl.createTxnHandlerFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ServerApplicationModuleImpl | 
ServerApplicationModuleImpl.createInstance(java.util.Hashtable sessionEnv,
              java.lang.String amDefName,
              TransactionHandlerFactory txnFactory)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ServiceConfiguration.ServiceJTATrnHandlerFactory  | 
| Modifier and Type | Method and Description | 
|---|---|
static TransactionHandlerFactory | 
ServiceConfiguration.createTransactionHandlerFactory(java.lang.String poolName,
                               java.lang.String id)  | 
TransactionHandlerFactory | 
ServiceSessionImpl.getTransactionHandlerFactory()  |