Uses of Class
javax.ejb.TransactionAttributeType

Packages that use TransactionAttributeType
com.caucho.config.gen   
com.caucho.ejb.cfg   
com.caucho.ejb.gen   
javax.ejb   
 

Uses of TransactionAttributeType in com.caucho.config.gen
 

Methods in com.caucho.config.gen that return TransactionAttributeType
 TransactionAttributeType XaGenerator.getTransactionType()
          Returns the transaction type
 TransactionAttributeType TransactionAttributeLiteral.value()
           
 

Constructors in com.caucho.config.gen with parameters of type TransactionAttributeType
TransactionAttributeLiteral(TransactionAttributeType type)
           
XaGenerator(XaFactory<X> factory, AnnotatedMethod<? super X> method, AspectGenerator<X> next, TransactionAttributeType xa, boolean isBeanManaged)
           
 

Uses of TransactionAttributeType in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg that return TransactionAttributeType
 TransactionAttributeType EjbMethodPattern.getTransactionType()
          Returns the method's transaction type, e.g.
 

Methods in com.caucho.ejb.cfg with parameters of type TransactionAttributeType
 void EjbMethodPattern.setTransaction(TransactionAttributeType type)
           
 

Uses of TransactionAttributeType in com.caucho.ejb.gen
 

Methods in com.caucho.ejb.gen that return TransactionAttributeType
protected  TransactionAttributeType SingletonMethodHeadGenerator.getDefaultTransactionType()
           
protected  TransactionAttributeType StatefulMethodHeadGenerator.getDefaultTransactionType()
           
 

Uses of TransactionAttributeType in javax.ejb
 

Methods in javax.ejb that return TransactionAttributeType
static TransactionAttributeType TransactionAttributeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransactionAttributeType[] TransactionAttributeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.