|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.concurrent.LockOperation com.atlassian.confluence.concurrent.LockOperationWithoutResult
public abstract class LockOperationWithoutResult
Convenient subclass of LockOperation
that discards the result.
Lock
,
LockOperation
Constructor Summary | |
---|---|
protected |
LockOperationWithoutResult(Lock lock)
|
Method Summary | |
---|---|
protected java.lang.Object |
withLock()
|
protected abstract void |
withLockNoResult()
|
Methods inherited from class com.atlassian.confluence.concurrent.LockOperation |
---|
doOperation, run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected LockOperationWithoutResult(Lock lock)
Method Detail |
---|
protected final java.lang.Object withLock()
withLock
in class LockOperation
protected abstract void withLockNoResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |