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 class
SpinLock
A spin lock.Methods in org.wildfly.common.lock that return ExtendedLock Modifier and Type Method Description static ExtendedLock
Locks. reentrantLock()
Create a standard reentrantExtendedLock
with the default fairness policy.static ExtendedLock
Locks. reentrantLock(boolean fair)
Create a standard reentrantExtendedLock
with the given fairness policy.static ExtendedLock
Locks. spinLock()
Create a spin lock.
-