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 TLockFileTLockFile.getReplaceStaleTLockFile(File base, String lockName, int staleTimeSeconds) Factory method - will replace lock if exceeds stale agestatic TLockFileTLockFile.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 TLockFileTLockFile.getTLockFile(File base, String lockName) Factory methodstatic TLockFileTLockFile.getTLockFile(File base, String lockName, int staleTimeSeconds) Factory methodstatic TLockFileTLockFile.getTLockFile(File base, String lockName, int matchAttempts, int waitTimeSeconds) Factory method - this form allows multiple retry attempts on the lock