Uses of Class
org.fuin.utils4j.LockingFailedException

Packages that use LockingFailedException
org.fuin.utils4j Basic Java utilities. 
 

Uses of LockingFailedException in org.fuin.utils4j
 

Methods in org.fuin.utils4j that throw LockingFailedException
 void PropertiesFile.load()
          Loads or reloads the content of the underlying file.
 java.nio.channels.FileLock RandomAccessFileOutputStream.lock(int tryLockMax, long tryWaitMillis)
          Lock the file.
 java.nio.channels.FileLock RandomAccessFileInputStream.lock(int tryLockMax, long tryWaitMillis)
          Lock the file.
static java.nio.channels.FileLock Utils4J.lockRandomAccessFile(java.io.RandomAccessFile file, int tryLockMax, long tryWaitMillis)
          Lock the file.
 void PropertiesFile.save(boolean sortByKey)
          Save the content from memory to disk.
 void PropertiesFile.save(java.lang.String[] comments, boolean sortByKey)
          Save the content from memory to disk.
 void PropertiesFile.save(java.lang.String comment, boolean sortByKey)
          Save the content from memory to disk.
 



Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.