Searched defs:exclusiveLocks (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DLockFileManager.java65 private static HashMap<String,FileLock> exclusiveLocks = field in class:LockFileManager
98 if (exclusiveLocks.containsKey(lockFile))
223 if (exclusiveLocks.containsKey(lockFile))
319 exclusiveLocks.put(lockFile, fileLock);
350 FileLock lock = exclusiveLocks.remove(lockFile);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DLockFileManager.java59 private static Map<String, FileLock> exclusiveLocks = field in class:LockFileManager
92 if (exclusiveLocks.containsKey(lockFile))
217 if (exclusiveLocks.containsKey(lockFile))
313 exclusiveLocks.put(lockFile, fileLock);
344 FileLock lock = exclusiveLocks.remove(lockFile);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DLockFileManager.java65 private static HashMap<String,FileLock> exclusiveLocks = field in class:LockFileManager
98 if (exclusiveLocks.containsKey(lockFile))
223 if (exclusiveLocks.containsKey(lockFile))
319 exclusiveLocks.put(lockFile, fileLock);
350 FileLock lock = exclusiveLocks.remove(lockFile);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DLockFileManager.java65 private static HashMap<String,FileLock> exclusiveLocks = field in class:LockFileManager
98 if (exclusiveLocks.containsKey(lockFile))
223 if (exclusiveLocks.containsKey(lockFile))
319 exclusiveLocks.put(lockFile, fileLock);
350 FileLock lock = exclusiveLocks.remove(lockFile);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DLockFileManager.java59 private static Map<String, FileLock> exclusiveLocks = field in class:LockFileManager
92 if (exclusiveLocks.containsKey(lockFile))
217 if (exclusiveLocks.containsKey(lockFile))
313 exclusiveLocks.put(lockFile, fileLock);
344 FileLock lock = exclusiveLocks.remove(lockFile);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DLockFileManager.java53 private static Map<String, FileLock> exclusiveLocks = new HashMap<>(); field in class:LockFileManager
81 if (exclusiveLocks.containsKey(lockFile))
196 if (exclusiveLocks.containsKey(lockFile))
283 exclusiveLocks.put(lockFile, fileLock);
314 FileLock lock = exclusiveLocks.remove(lockFile);

Completed in 145 milliseconds