public interface UserLock
abstract Boolean
lock(String userId)
abstract Unit
releaseLock(String userId)
equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Boolean lock(String userId)
abstract Unit releaseLock(String userId)