Uses of Class
org.hcjf.cloud.impl.objects.DistributedLock.Status
-
Packages that use DistributedLock.Status Package Description org.hcjf.cloud.impl.objects -
-
Uses of DistributedLock.Status in org.hcjf.cloud.impl.objects
Methods in org.hcjf.cloud.impl.objects that return DistributedLock.Status Modifier and Type Method Description DistributedLock.StatusDistributedLock. getStatus()static DistributedLock.StatusDistributedLock.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DistributedLock.Status[]DistributedLock.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hcjf.cloud.impl.objects with parameters of type DistributedLock.Status Modifier and Type Method Description voidDistributedLock. setStatus(DistributedLock.Status status)
-