Uses of Enum Class
com.orientechnologies.common.concur.lock.OOneEntryPerKeyLockManager.LOCK
Packages that use OOneEntryPerKeyLockManager.LOCK
-
Uses of OOneEntryPerKeyLockManager.LOCK in com.orientechnologies.common.concur.lock
Methods in com.orientechnologies.common.concur.lock that return OOneEntryPerKeyLockManager.LOCKModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OOneEntryPerKeyLockManager.LOCK[]OOneEntryPerKeyLockManager.LOCK.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.common.concur.lock with parameters of type OOneEntryPerKeyLockManager.LOCKModifier and TypeMethodDescriptionOOneEntryPerKeyLockManager.acquireLock(T iResourceId, OOneEntryPerKeyLockManager.LOCK iLockType) OOneEntryPerKeyLockManager.acquireLock(T iResourceId, OOneEntryPerKeyLockManager.LOCK iLockType, long iTimeout) voidOOneEntryPerKeyLockManager.releaseLock(Object iRequester, T iResourceId, OOneEntryPerKeyLockManager.LOCK iLockType)