Uses of Class
org.jboss.shrinkwrap.descriptor.api.ejbjar31.ConcurrencyManagementTypeType

Packages that use ConcurrencyManagementTypeType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

Uses of ConcurrencyManagementTypeType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ConcurrencyManagementTypeType
 ConcurrencyManagementTypeType SessionBeanType.getConcurrencyManagementType()
          Returns the concurrency-management-type element
static ConcurrencyManagementTypeType ConcurrencyManagementTypeType.getFromStringValue(java.lang.String value)
           
static ConcurrencyManagementTypeType ConcurrencyManagementTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConcurrencyManagementTypeType[] ConcurrencyManagementTypeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 with parameters of type ConcurrencyManagementTypeType
 SessionBeanType<T> SessionBeanType.setConcurrencyManagementType(ConcurrencyManagementTypeType concurrencyManagementType)
          If not already created, a new concurrency-management-type element with the given value will be created.
 

Uses of ConcurrencyManagementTypeType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return ConcurrencyManagementTypeType
 ConcurrencyManagementTypeType SessionBeanTypeImpl.getConcurrencyManagementType()
          Returns the concurrency-management-type element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 with parameters of type ConcurrencyManagementTypeType
 SessionBeanType<T> SessionBeanTypeImpl.setConcurrencyManagementType(ConcurrencyManagementTypeType concurrencyManagementType)
          If not already created, a new concurrency-management-type element with the given value will be created.