Uses of Class
org.apache.openejb.jee.was.v6.ejb.TransactionAttributeEnum

Packages that use TransactionAttributeEnum
org.apache.openejb.jee.was.v6.ejb Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of TransactionAttributeEnum in org.apache.openejb.jee.was.v6.ejb
 

Fields in org.apache.openejb.jee.was.v6.ejb declared as TransactionAttributeEnum
protected  TransactionAttributeEnum MethodTransaction.transactionAttribute
           
 

Methods in org.apache.openejb.jee.was.v6.ejb that return TransactionAttributeEnum
static TransactionAttributeEnum TransactionAttributeEnum.fromValue(String v)
           
 TransactionAttributeEnum MethodTransaction.getTransactionAttribute()
          Gets the value of the transactionAttribute property.
static TransactionAttributeEnum TransactionAttributeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionAttributeEnum[] TransactionAttributeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.jee.was.v6.ejb with parameters of type TransactionAttributeEnum
 void MethodTransaction.setTransactionAttribute(TransactionAttributeEnum value)
          Sets the value of the transactionAttribute property.
 



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