Uses of Class
javax.ejb.TransactionManagementType

Packages that use TransactionManagementType
javax.ejb The javax.ejb package contains the Enterprise JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the EJB container. 
 

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 are declared.
 



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.