Uses of Class
org.ores.async.Unlock
-
Uses of Unlock in org.ores.async
Methods in org.ores.async that return UnlockMethods in org.ores.async that return types with arguments of type UnlockModifier and TypeMethodDescriptionNeoLock.tryAcquire()Non-blocking attempt to acquire the lock.NeoRwLock.tryAcquireRead()Non-blocking attempt to acquire a read lock.NeoRwLock.tryAcquireWrite()Non-blocking attempt to acquire a write lock.Method parameters in org.ores.async with type arguments of type UnlockModifier and TypeMethodDescriptionvoidNeoLock.acquire(long timeoutMs, Asyncc.IAsyncCallback<Unlock, Object> cb) Acquire the lock with a bounded wait.voidNeoLock.acquire(Asyncc.IAsyncCallback<Unlock, Object> cb) voidNeoRwLock.acquireRead(long timeoutMs, Asyncc.IAsyncCallback<Unlock, Object> cb) Acquire a read lock with a bounded wait.voidNeoRwLock.acquireRead(Asyncc.IAsyncCallback<Unlock, Object> cb) Acquire a read lock.voidNeoRwLock.acquireWrite(long timeoutMs, Asyncc.IAsyncCallback<Unlock, Object> cb) Acquire a write lock with a bounded wait.voidNeoRwLock.acquireWrite(Asyncc.IAsyncCallback<Unlock, Object> cb) Acquire a write lock.