Uses of Interface
org.openejb.core.transaction.TransactionContainer

Packages that use TransactionContainer
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.entity 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. 
org.openejb.tomcat   
 

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

Classes in org.openejb.alt.containers.castor_cmp11 that implement TransactionContainer
 class CastorCMP11_EntityContainer
          Container-Managed Persistence EntityBean container based on Castor
 

Uses of TransactionContainer in org.openejb.core
 

Classes in org.openejb.core that implement TransactionContainer
 class RpcContainerWrapper
           
 

Uses of TransactionContainer in org.openejb.core.entity
 

Classes in org.openejb.core.entity that implement TransactionContainer
 class EntityContainer
          Bean-Managed Persistence EntityBean container
 

Uses of TransactionContainer in org.openejb.core.stateful
 

Classes in org.openejb.core.stateful that implement TransactionContainer
 class StatefulContainer
          Stateful SessionBean container
 

Constructors in org.openejb.core.stateful with parameters of type TransactionContainer
StatefulBeanManagedTxPolicy(TransactionContainer container)
           
 

Uses of TransactionContainer in org.openejb.core.stateless
 

Classes in org.openejb.core.stateless that implement TransactionContainer
 class StatelessContainer
          Stateless SessionBean container
 

Constructors in org.openejb.core.stateless with parameters of type TransactionContainer
StatelessBeanManagedTxPolicy(TransactionContainer container)
           
 

Uses of TransactionContainer in org.openejb.core.transaction
 

Fields in org.openejb.core.transaction declared as TransactionContainer
protected  TransactionContainer TransactionPolicy.container
           
 

Methods in org.openejb.core.transaction that return TransactionContainer
 TransactionContainer TransactionPolicy.getContainer()
           
 

Constructors in org.openejb.core.transaction with parameters of type TransactionContainer
TxManditory(TransactionContainer container)
           
TxNever(TransactionContainer container)
           
TxNotSupported(TransactionContainer container)
           
TxRequired(TransactionContainer container)
           
TxRequiresNew(TransactionContainer container)
           
TxSupports(TransactionContainer container)
           
 

Uses of TransactionContainer in org.openejb.tomcat
 

Classes in org.openejb.tomcat that implement TransactionContainer
 class TomcatJndiSupport
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.