|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ApplicationException in org.apache.openejb |
|---|
| Subclasses of ApplicationException in org.apache.openejb | |
|---|---|
class |
InvalidateReferenceException
This type is thrown when the EnterpriseBean throws a RuntimeException or system exception that results in the eviction of the bean instance. |
| Uses of ApplicationException in org.apache.openejb.core.entity |
|---|
| Methods in org.apache.openejb.core.entity that throw ApplicationException | |
|---|---|
void |
EntrancyTracker.enter(BeanContext beanContext,
Object primaryKey)
|
void |
EntrancyTracker.exit(BeanContext beanContext,
Object primaryKey)
|
| Uses of ApplicationException in org.apache.openejb.core.managed |
|---|
| Methods in org.apache.openejb.core.managed that throw ApplicationException | |
|---|---|
void |
ManagedContainer.StatefulCacheListener.afterLoad(Instance instance)
|
| Uses of ApplicationException in org.apache.openejb.core.mdb |
|---|
| Methods in org.apache.openejb.core.mdb that throw ApplicationException | |
|---|---|
Object |
MdbContainer.invoke(Object instance,
Method method,
InterfaceType type,
Object... args)
|
| Uses of ApplicationException in org.apache.openejb.core.stateful |
|---|
| Methods in org.apache.openejb.core.stateful that throw ApplicationException | |
|---|---|
void |
StatefulContainer.StatefulCacheListener.afterLoad(Instance instance)
|
| Uses of ApplicationException in org.apache.openejb.core.transaction |
|---|
| Methods in org.apache.openejb.core.transaction that throw ApplicationException | |
|---|---|
static void |
EjbTransactionUtil.afterInvoke(TransactionPolicy txPolicy,
ThreadContext threadContext)
Completes the specified TransactionPolicy and disassociates it from the specified ThreadContext. |
void |
TxRequiresNew.commit()
|
void |
TxRequired.commit()
|
void |
TxBeanManaged.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. |
| Constructors in org.apache.openejb.core.transaction that throw ApplicationException | |
|---|---|
TxMandatory(TransactionManager transactionManager)
|
|
TxNever(TransactionManager transactionManager)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||