Uses of Class
org.apache.openejb.ApplicationException

Packages that use ApplicationException
org.apache.openejb   
org.apache.openejb.core.entity   
org.apache.openejb.core.managed   
org.apache.openejb.core.mdb   
org.apache.openejb.core.stateful   
org.apache.openejb.core.transaction   
org.apache.openejb.spring   
 

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, Object primaryKey)
           
 void EntrancyTracker.exit(DeploymentInfo deploymentInfo, 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, 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(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)
           
 

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)
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.