Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SessionBeanType<T> |
SessionBeanType.concurrencyManagementType(ConcurrencyManagementTypeType concurrencyManagementType)
Sets the
concurrency-management-type element |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.