| Modifier and Type | Class and Description |
|---|---|
class |
InvalidateReferenceException
This type is thrown when the EnterpriseBean throws a RuntimeException or
system exception that results in the eviction of the bean instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntrancyTracker.enter(BeanContext beanContext,
Object primaryKey) |
void |
EntrancyTracker.exit(BeanContext beanContext,
Object primaryKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedContainer.StatefulCacheListener.afterLoad(Instance instance) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MdbContainer.invoke(Object instance,
Method method,
InterfaceType type,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulContainer.StatefulCacheListener.afterLoad(Instance instance) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EjbTransactionUtil.afterInvoke(TransactionPolicy txPolicy,
ThreadContext threadContext)
Completes the specified TransactionPolicy and disassociates it from the specified ThreadContext.
|
void |
TxRequired.commit() |
void |
TxBeanManaged.commit() |
void |
TxRequiresNew.commit() |
void |
TransactionPolicy.commit()
Commits or rolls back this TransactionPolicy.
|
protected void |
JtaTransactionPolicy.completeTransaction(Transaction tx) |
TransactionPolicy |
TransactionPolicyFactory.createTransactionPolicy(TransactionType type)
Creates and begins a TransactionPolicy for the specified TransactionType.
|
TransactionPolicy |
JtaTransactionPolicyFactory.createTransactionPolicy(TransactionType type) |
static TransactionPolicy |
EjbTransactionUtil.createTransactionPolicy(TransactionType type,
ThreadContext threadContext)
Creates a new TransctionPolicy of the specified type and associates it with the specified ThreadContext.
|
static void |
EjbTransactionUtil.handleApplicationException(TransactionPolicy txPolicy,
Throwable appException,
boolean rollback)
Performs EJB rules when an application exception occurs.
|
| Constructor and Description |
|---|
TxMandatory(TransactionManager transactionManager) |
TxNever(TransactionManager transactionManager) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.