Uses of Class
fish.payara.cluster.DistributedLockType
-
Packages that use DistributedLockType Package Description fish.payara.cluster -
-
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.
-