Uses of Class
org.jivesoftware.util.AutoCloseableReentrantLock.AutoCloseableLock
Packages that use AutoCloseableReentrantLock.AutoCloseableLock
-
Uses of AutoCloseableReentrantLock.AutoCloseableLock in org.jivesoftware.util
Methods in org.jivesoftware.util that return AutoCloseableReentrantLock.AutoCloseableLockModifier and TypeMethodDescriptionAutoCloseableReentrantLock.lock()
Acquires the lock, blocking indefinitely.AutoCloseableReentrantLock.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.AutoCloseableLockModifier and TypeMethodDescriptionAutoCloseableReentrantLock.tryLock()
Tries to acquire the lock, returning immediately.