| Package | Description |
|---|---|
| org.glassfish.ejb.deployment.descriptor |
| Modifier and Type | Method and Description |
|---|---|
EjbSessionDescriptor.ConcurrencyManagementType |
EjbSessionDescriptor.getConcurrencyManagementType() |
static EjbSessionDescriptor.ConcurrencyManagementType |
EjbSessionDescriptor.ConcurrencyManagementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EjbSessionDescriptor.ConcurrencyManagementType[] |
EjbSessionDescriptor.ConcurrencyManagementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbSessionDescriptor.setConcurrencyManagementType(EjbSessionDescriptor.ConcurrencyManagementType type) |
void |
EjbSessionDescriptor.setConcurrencyManagementTypeIfNotSet(EjbSessionDescriptor.ConcurrencyManagementType type) |
Copyright © 2019. All rights reserved.