Uses of Class
fish.payara.cluster.DistributedLockType
-
Packages that use DistributedLockType Package Description com.sun.enterprise.deployment fish.payara.cluster org.glassfish.ejb.deployment.descriptor -
-
Uses of DistributedLockType in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return DistributedLockType Modifier and Type Method Description DistributedLockTypeEjbSessionDescriptor. getClusteredLockType() -
Uses of DistributedLockType in fish.payara.cluster
Methods in fish.payara.cluster that return DistributedLockType Modifier and Type Method Description DistributedLockTypelock()specifies the type of distributed locking to be performed For EJB beans, only INHERIT and LOCK_NONE are valid for CDI beans, INHERIT is equivalent to NONE, and the other valid value for CDI beans is LOCKstatic DistributedLockTypeDistributedLockType. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedLockType[]DistributedLockType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DistributedLockType in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return DistributedLockType Modifier and Type Method Description DistributedLockTypeEjbSessionDescriptor. getClusteredLockType()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type DistributedLockType Modifier and Type Method Description voidEjbSessionDescriptor. setClusteredLockType(DistributedLockType lockType)
-