Uses of Class
org.cdlib.mrt.utility.TLockFile
Packages that use TLockFile
-
Uses of TLockFile in org.cdlib.mrt.utility
Methods in org.cdlib.mrt.utility that return TLockFileModifier and TypeMethodDescriptionstatic TLockFile
TLockFile.getReplaceStaleTLockFile
(File base, String lockName, int staleTimeSeconds) Factory method - will replace lock if exceeds stale agestatic TLockFile
TLockFile.getReplaceTLockFile
(File base, String lockName, int staleTimeSeconds, int replaceTimeSeconds, int matchAttempts, int waitTimeSeconds) Factory method - will replace lock if exceeds certain age if does not exceed age then it attempts to build lockstatic TLockFile
TLockFile.getTLockFile
(File base, String lockName) Factory methodstatic TLockFile
TLockFile.getTLockFile
(File base, String lockName, int staleTimeSeconds) Factory methodstatic TLockFile
TLockFile.getTLockFile
(File base, String lockName, int matchAttempts, int waitTimeSeconds) Factory method - this form allows multiple retry attempts on the lock