Overload List
Name | Description | |
---|---|---|
Obtain()()()() | Attempts to obtain exclusive access and immediately return
upon success or failure.
| |
Obtain(Int64) | Attempts to obtain an exclusive lock within amount of
time given. Polls once per {@link #LOCK_POLL_INTERVAL}
(currently 1000) milliseconds until lockWaitTimeout is
passed.
|