|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||