Uses of Class
javax.ejb.TransactionManagementType

Packages that use TransactionManagementType
com.bm.ejb3metadata.annotations.metadata Implementation of meta data analysis for EJB 3.0 
javax.ejb API used by EJB 3.0 container 
 

Uses of TransactionManagementType in com.bm.ejb3metadata.annotations.metadata
 

Methods in com.bm.ejb3metadata.annotations.metadata that return TransactionManagementType
 TransactionManagementType ClassAnnotationMetadata.getTransactionManagementType()
          transaction management type from.
 

Methods in com.bm.ejb3metadata.annotations.metadata with parameters of type TransactionManagementType
 void ClassAnnotationMetadata.setTransactionManagementType(TransactionManagementType transactionManagementType)
          Sets transaction management type.
 

Uses of TransactionManagementType in javax.ejb
 

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



Copyright © 2008. All Rights Reserved.