Uses of Class
org.glassfish.ejb.deployment.descriptor.EjbSessionDescriptor.ConcurrencyManagementType
-
Packages that use EjbSessionDescriptor.ConcurrencyManagementType Package Description org.glassfish.ejb.deployment.descriptor -
-
Uses of EjbSessionDescriptor.ConcurrencyManagementType in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return EjbSessionDescriptor.ConcurrencyManagementType Modifier and Type Method Description EjbSessionDescriptor.ConcurrencyManagementTypeEjbSessionDescriptor. getConcurrencyManagementType()static EjbSessionDescriptor.ConcurrencyManagementTypeEjbSessionDescriptor.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.Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EjbSessionDescriptor.ConcurrencyManagementType Modifier and Type Method Description voidEjbSessionDescriptor. setConcurrencyManagementType(EjbSessionDescriptor.ConcurrencyManagementType type)voidEjbSessionDescriptor. setConcurrencyManagementTypeIfNotSet(EjbSessionDescriptor.ConcurrencyManagementType type)
-