Uses of Class
org.apache.openejb.core.transaction.TransactionPolicy

Packages that use TransactionPolicy
org.apache.openejb.core   
org.apache.openejb.core.mdb   
org.apache.openejb.core.stateful   
org.apache.openejb.core.stateless   
org.apache.openejb.core.transaction   
 

Uses of TransactionPolicy in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return TransactionPolicy
 TransactionPolicy CoreDeploymentInfo.getTransactionPolicy(Method method)
           
 

Uses of TransactionPolicy in org.apache.openejb.core.mdb
 

Subclasses of TransactionPolicy in org.apache.openejb.core.mdb
 class MessageDrivenBeanManagedTxPolicy
           
 

Uses of TransactionPolicy in org.apache.openejb.core.stateful
 

Subclasses of TransactionPolicy in org.apache.openejb.core.stateful
 class SessionSynchronizationTxPolicy
           
 class StatefulBeanManagedTxPolicy
           
 class StatefulContainerManagedTxPolicy
          Wraps the TxPolicies for Stateful Session beans with container-managed transaction demarkation that do not implement the SessionSynchronization interface.
 

Fields in org.apache.openejb.core.stateful declared as TransactionPolicy
protected  TransactionPolicy StatefulContainerManagedTxPolicy.policy
           
protected  TransactionPolicy SessionSynchronizationTxPolicy.policy
           
 

Constructors in org.apache.openejb.core.stateful with parameters of type TransactionPolicy
SessionSynchronizationTxPolicy(TransactionPolicy policy)
           
StatefulContainerManagedTxPolicy(TransactionPolicy policy)
           
 

Uses of TransactionPolicy in org.apache.openejb.core.stateless
 

Subclasses of TransactionPolicy in org.apache.openejb.core.stateless
 class StatelessBeanManagedTxPolicy
           
 

Uses of TransactionPolicy in org.apache.openejb.core.transaction
 

Subclasses of TransactionPolicy in org.apache.openejb.core.transaction
 class TxMandatory
          17.6.2.5 Mandatory The Container must invoke an enterprise Bean method whose transaction attribute is set to Mandatory in a client's transaction context.
 class TxNever
          17.6.2.6 Never The Container invokes an enterprise Bean method whose transaction attribute is set to Never without a transaction context defined by the EJB spec.
 class TxNotSupported
          17.6.2.1 NotSupported The Container invokes an enterprise Bean method whose transaction attribute is set to NotSupported with an unspecified transaction context.
 class TxRequired
          17.6.2.2 Required The Container must invoke an enterprise Bean method whose transaction attribute is set to Required with a valid transaction context.
 class TxRequiresNew
          17.6.2.4 RequiresNew The Container must invoke an enterprise Bean method whose transaction attribute is set to RequiresNew with a new transaction context.
 class TxSupports
          17.6.2.3 Supports The Container invokes an enterprise Bean method whose transaction attribute is set to Supports as follows.
 

Methods in org.apache.openejb.core.transaction with parameters of type TransactionPolicy
static void EjbTransactionUtil.afterInvoke(TransactionPolicy txPolicy, TransactionContext txContext)
          resume the client transaction after invoke
 



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