com.atlassian.confluence.concurrent
Class LockOperationWithoutResult
java.lang.Object
com.atlassian.confluence.concurrent.LockOperation
com.atlassian.confluence.concurrent.LockOperationWithoutResult
- All Implemented Interfaces:
- Runnable
public abstract class LockOperationWithoutResult
- extends LockOperation
Convenient subclass of LockOperation
that discards the result.
- See Also:
Lock
,
LockOperation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LockOperationWithoutResult
protected LockOperationWithoutResult(Lock lock)
withLock
protected final Object withLock()
- Specified by:
withLock
in class LockOperation
withLockNoResult
protected abstract void withLockNoResult()