|
||||||||||
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(DeploymentInfo deploymentInfo,
java.lang.Object primaryKey)
|
void |
EntrancyTracker.exit(DeploymentInfo deploymentInfo,
java.lang.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 | |
---|---|
java.lang.Object |
MdbContainer.invoke(java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.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 |
TransactionPolicy.commit()
Commits or rolls back this TransactionPolicy. |
void |
TxBeanManaged.commit()
|
void |
TxRequired.commit()
|
void |
TxRequiresNew.commit()
|
protected void |
JtaTransactionPolicy.completeTransaction(javax.transaction.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,
java.lang.Throwable appException,
boolean rollback)
Performs EJB rules when an application exception occurs. |
Constructors in org.apache.openejb.core.transaction that throw ApplicationException | |
---|---|
TxMandatory(javax.transaction.TransactionManager transactionManager)
|
|
TxNever(javax.transaction.TransactionManager transactionManager)
|
Uses of ApplicationException in org.apache.openejb.spring |
---|
Methods in org.apache.openejb.spring that throw ApplicationException | |
---|---|
void |
SpringTransactionPolicy.commit()
|
TransactionPolicy |
SpringTransactionPolicyFactory.createTransactionPolicy(TransactionType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |