Uses of Interface
org.wildfly.common.lock.ExtendedLock
Packages that use ExtendedLock
-
Uses of ExtendedLock in org.wildfly.common.lock
Classes in org.wildfly.common.lock that implement ExtendedLockMethods in org.wildfly.common.lock that return ExtendedLockModifier and TypeMethodDescriptionstatic 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.