public int getAwaitCount(Data key, String conditionId) {
   LockResourceImpl lock = getLock(key);
   return lock.getAwaitCount(conditionId);
 }