SleepingLockWrapper

constructor(delegate: Directory, lockWaitTimeout: Long)

Create a new SleepingLockFactory

Parameters

delegate

underlying directory to wrap

lockWaitTimeout

length of time to wait in milliseconds or LOCK_OBTAIN_WAIT_FOREVER to retry forever.


constructor(delegate: Directory, lockWaitTimeout: Long, pollInterval: Long)

Create a new SleepingLockFactory

Parameters

delegate

underlying directory to wrap

lockWaitTimeout

length of time to wait in milliseconds or LOCK_OBTAIN_WAIT_FOREVER to retry forever.

pollInterval

poll once per this interval in milliseconds until lockWaitTimeout is exceeded.