Module jakarta.ejb
Package jakarta.ejb

Enum Class ConcurrencyManagementType

java.lang.Object
java.lang.Enum<ConcurrencyManagementType>
jakarta.ejb.ConcurrencyManagementType
All Implemented Interfaces:
Serializable, Comparable<ConcurrencyManagementType>, Constable

public enum ConcurrencyManagementType extends Enum<ConcurrencyManagementType>
Used to specify the value of the ConcurrencyManagement annotation for a singleton session bean.
Since:
EJB 3.1
See Also: