Uses of Class
org.apache.jena.dboe.base.file.ProcessFileLock
-
Packages that use ProcessFileLock Package Description org.apache.jena.dboe.base.file -
-
Uses of ProcessFileLock in org.apache.jena.dboe.base.file
Methods in org.apache.jena.dboe.base.file that return ProcessFileLock Modifier and Type Method Description static ProcessFileLockProcessFileLock. create(java.lang.String filename)Create aProcessFileLockusing the named file.Methods in org.apache.jena.dboe.base.file with parameters of type ProcessFileLock Modifier and Type Method Description static voidProcessFileLock. release(ProcessFileLock lockFile)Return the lock, unlocking the file if this process has it locked.
-