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