Uses of Class
org.ow2.util.ee.metadata.ejbjar.api.TransactionAttributeLevel

Packages that use TransactionAttributeLevel
org.ow2.util.ee.metadata.ejbjar.api Implementation of EJB 3.0 container 
 

Uses of TransactionAttributeLevel in org.ow2.util.ee.metadata.ejbjar.api
 

Methods in org.ow2.util.ee.metadata.ejbjar.api that return TransactionAttributeLevel
 TransactionAttributeLevel IEjbJarMethodMetadata.getTransactionAttributeLevel()
           
static TransactionAttributeLevel TransactionAttributeLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionAttributeLevel[] TransactionAttributeLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ow2.util.ee.metadata.ejbjar.api with parameters of type TransactionAttributeLevel
 void IEjbJarMethodMetadata.setTransactionAttributeLevel(TransactionAttributeLevel transactionAttributeLevel)
          Sets Transaction Attribute Level.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.