Uses of Class
org.jivesoftware.util.AutoCloseableReentrantLock.AutoCloseableLock
-
Packages that use AutoCloseableReentrantLock.AutoCloseableLock Package Description org.jivesoftware.util Utility classes. -
-
Uses of AutoCloseableReentrantLock.AutoCloseableLock in org.jivesoftware.util
Methods in org.jivesoftware.util that return AutoCloseableReentrantLock.AutoCloseableLock Modifier and Type Method Description AutoCloseableReentrantLock.AutoCloseableLockAutoCloseableReentrantLock. lock()Acquires the lock, blocking indefinitely.AutoCloseableReentrantLock.AutoCloseableLockAutoCloseableReentrantLock. lockInterruptibly()Acquires the lock, blocking until the lock is acquired or the thread is interrupted.Methods in org.jivesoftware.util that return types with arguments of type AutoCloseableReentrantLock.AutoCloseableLock Modifier and Type Method Description Optional<AutoCloseableReentrantLock.AutoCloseableLock>AutoCloseableReentrantLock. tryLock()Tries to acquire the lock, returning immediately.
-