ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
 

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(String value)
           
static ConcurrencyManagementTypeType ConcurrencyManagementTypeType.valueOf(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.concurrencyManagementType(ConcurrencyManagementTypeType concurrencyManagementType)
          Sets the concurrency-management-type element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.