Uses of Class
uk.org.ogsadai.common.files.NoExistingFileLockException

Packages that use NoExistingFileLockException
uk.org.ogsadai.common.files This package provides a set of common classes for file manipulation. 
 

Uses of NoExistingFileLockException in uk.org.ogsadai.common.files
 

Methods in uk.org.ogsadai.common.files that throw NoExistingFileLockException
 void FileLock.returnReadLock(java.lang.String fileName)
          Relinquish a read lock on a file.
 void FileLock.returnWriteLock(java.lang.String fileName)
          Relinquish a write lock on a file.