Uses of Interface
org.wildfly.common.lock.ExtendedLock
-
Packages that use ExtendedLock Package Description org.wildfly.common.lock Classes which provide basic lock types. -
-
Uses of ExtendedLock in org.wildfly.common.lock
Classes in org.wildfly.common.lock that implement ExtendedLock Modifier and Type Class Description classSpinLockA spin lock.Methods in org.wildfly.common.lock that return ExtendedLock Modifier and Type Method Description static ExtendedLockLocks. reentrantLock()Create a standard reentrantExtendedLockwith the default fairness policy.static ExtendedLockLocks. reentrantLock(boolean fair)Create a standard reentrantExtendedLockwith the given fairness policy.static ExtendedLockLocks. spinLock()Create a spin lock.
-