Uses of Enum Class
org.glassfish.ejb.deployment.descriptor.EjbSessionDescriptor.ConcurrencyManagementType
Packages that use EjbSessionDescriptor.ConcurrencyManagementType
-
Uses of EjbSessionDescriptor.ConcurrencyManagementType in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return EjbSessionDescriptor.ConcurrencyManagementTypeModifier and TypeMethodDescriptionEjbSessionDescriptor.getConcurrencyManagementType()Returns the enum constant of this class with the specified name.EjbSessionDescriptor.ConcurrencyManagementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EjbSessionDescriptor.ConcurrencyManagementTypeModifier and TypeMethodDescriptionvoidEjbSessionDescriptor.setConcurrencyManagementType(EjbSessionDescriptor.ConcurrencyManagementType type) voidEjbSessionDescriptor.setConcurrencyManagementTypeIfNotSet(EjbSessionDescriptor.ConcurrencyManagementType type)