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

Packages that use TransactionType
org.apache.openejb   
org.apache.openejb.core   
org.apache.openejb.core.transaction   
 

Uses of TransactionType in org.apache.openejb
 

Methods in org.apache.openejb that return TransactionType
 TransactionType MethodContext.getTransactionType()
           
 TransactionType MethodContext.InterfaceMethodContext.getTransactionType()
           
 TransactionType BeanContext.getTransactionType()
           
 TransactionType BeanContext.getTransactionType(Method method)
           
 TransactionType BeanContext.getTransactionType(Method method, InterfaceType interfaceType)
           
 

Methods in org.apache.openejb with parameters of type TransactionType
 void BeanContext.setMethodTransactionAttribute(Method method, TransactionType transactionType)
          TODO: Move to MethodContext
 void BeanContext.setMethodTransactionAttribute(Method method, TransactionType transactionType, String view)
          TODO: Move to MethodContext
 void MethodContext.setTransactionType(TransactionType transactionType)
           
 void MethodContext.InterfaceMethodContext.setTransactionType(TransactionType transactionType)
           
 

Uses of TransactionType in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return TransactionType
 TransactionType TransactionAttribute.getTransactionType()
           
 

Methods in org.apache.openejb.core with parameters of type TransactionType
 void TransactionAttribute.setTransactionType(TransactionType transactionType)
           
 

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

Fields in org.apache.openejb.core.transaction declared as TransactionType
protected  TransactionType JtaTransactionPolicy.transactionType
           
 

Methods in org.apache.openejb.core.transaction that return TransactionType
static TransactionType TransactionType.get(String name)
           
static TransactionType TransactionType.get(javax.ejb.TransactionAttributeType type)
           
 TransactionType JtaTransactionPolicy.getTransactionType()
           
 TransactionType TransactionPolicy.getTransactionType()
          Gets the TransactionType for this policy.
static TransactionType TransactionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionType[] TransactionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.core.transaction with parameters of type TransactionType
 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.
 

Constructors in org.apache.openejb.core.transaction with parameters of type TransactionType
JtaTransactionPolicy(TransactionType transactionType, TransactionManager transactionManager)
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.