Uses of Class
org.ow2.util.ee.metadata.ejbjar.api.struct.IConcurrencyManagementType

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

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

Methods in org.ow2.util.ee.metadata.ejbjar.api that return IConcurrencyManagementType
 IConcurrencyManagementType IEjbJarClassMetadata.getConcurrencyManagementType()
           
 

Methods in org.ow2.util.ee.metadata.ejbjar.api with parameters of type IConcurrencyManagementType
 void IEjbJarClassMetadata.setConcurrencyManagementType(IConcurrencyManagementType concurrencyManagementType)
          Sets concurrency management type.
 

Uses of IConcurrencyManagementType in org.ow2.util.ee.metadata.ejbjar.api.struct
 

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



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