Package | Description |
---|---|
org.jivesoftware.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
AutoCloseableReentrantLock.AutoCloseableLock |
AutoCloseableReentrantLock.lock()
Acquires the lock, blocking indefinitely.
|
AutoCloseableReentrantLock.AutoCloseableLock |
AutoCloseableReentrantLock.lockInterruptibly()
Acquires the lock, blocking until the lock is acquired or the thread is interrupted.
|
Modifier and Type | Method and Description |
---|---|
Optional<AutoCloseableReentrantLock.AutoCloseableLock> |
AutoCloseableReentrantLock.tryLock()
Tries to acquire the lock, returning immediately.
|
Copyright © 2003–2020 Ignite Realtime. All rights reserved.