Пример #1
0
 public boolean tryWriteLock() {
   isLocked = ManagerUtil.tryBeginLock(lockId, lockType);
   return isLocked;
 }