Constructor and Description |
---|
Lock.With(Lock lock,
long lockWaitTimeout)
Constructs an executor that will grab the named lock.
|
public Lock.With(Lock lock, long lockWaitTimeout)
protected abstract Object doBody() throws IOException
IOException
public Object run() throws IOException
doBody()
while lock is obtained. Blocks if lock
cannot be obtained immediately. Retries to obtain lock once per second
until it is obtained, or until it has tried ten times. Lock is released when
doBody()
exits.LockObtainFailedException
- if lock could not
be obtainedIOException
- if Lock.obtain()
throws IOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.