Overload List

  NameDescription
Public methodObtain()()()()
Attempts to obtain exclusive access and immediately return upon success or failure.
Public methodObtain(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.

See Also