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

Packages that use TransactionPolicy
org.openejb.alt.containers.castor_cmp11 The classes and interfaces directly under this package define the basic parts of the Castor CMP 1.1 implementation. 
org.openejb.core The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.stateful The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.stateless The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.transaction The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
 

Uses of TransactionPolicy in org.openejb.alt.containers.castor_cmp11
 

Subclasses of TransactionPolicy in org.openejb.alt.containers.castor_cmp11
 class CastorCmpEntityTxPolicy
          Wraps the TxPolicies for EntityBeans beans with container-managed persistence using Castor for persistence.
 

Fields in org.openejb.alt.containers.castor_cmp11 declared as TransactionPolicy
protected  TransactionPolicy CastorCmpEntityTxPolicy.policy
           
 

Constructors in org.openejb.alt.containers.castor_cmp11 with parameters of type TransactionPolicy
CastorCmpEntityTxPolicy(TransactionPolicy policy)
           
 

Uses of TransactionPolicy in org.openejb.core
 

Methods in org.openejb.core that return TransactionPolicy
 TransactionPolicy DeploymentInfo.getTransactionPolicy(java.lang.reflect.Method method)
           
 

Uses of TransactionPolicy in org.openejb.core.stateful
 

Subclasses of TransactionPolicy in org.openejb.core.stateful
 class SessionSynchronizationTxPolicy
          Don't wrap the following method transaction types TX_NEVER TX_NOT_SUPPORTED They never execute in a transaction and there is nothing to syncronize on.
 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.openejb.core.stateful declared as TransactionPolicy
protected  TransactionPolicy SessionSynchronizationTxPolicy.policy
           
protected  TransactionPolicy StatefulContainerManagedTxPolicy.policy
           
 

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

Uses of TransactionPolicy in org.openejb.core.stateless
 

Subclasses of TransactionPolicy in org.openejb.core.stateless
 class StatelessBeanManagedTxPolicy
          Transaction policy for Stateless Session beans with bean-managed transaction demarcation.
 

Uses of TransactionPolicy in org.openejb.core.transaction
 

Subclasses of TransactionPolicy in org.openejb.core.transaction
 class TxManditory
          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.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.