public ReLock(Lock orgn)
orgn - Original object@RetryOnFailure(verbose=false,
attempts=20,
delay=5L,
unit=SECONDS)
public String name()
Lock@RetryOnFailure(verbose=false,
attempts=20,
delay=5L,
unit=SECONDS)
public boolean lock()
throws IOException
Locklock in interface LockIOException - If any problem inside@RetryOnFailure(verbose=false,
attempts=20,
delay=5L,
unit=SECONDS)
public void unlock()
throws IOException
Lockunlock in interface LockIOException - If any problem inside@RetryOnFailure(verbose=false,
attempts=20,
delay=5L,
unit=SECONDS)
public boolean lock(String label)
throws IOException
Locklock in interface Locklabel - Label to attachIOException - If any problem inside@RetryOnFailure(verbose=false,
attempts=20,
delay=5L,
unit=SECONDS)
public boolean unlock(String label)
throws IOException
Lockunlock in interface Locklabel - Label to attachIOException - If any problem insideCopyright © 2014–2015 stateful.co. All rights reserved.