|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.nio.channels.FileLock
org.tmatesoft.sqljet.core.internal.fs.SqlJetFileLock
public class SqlJetFileLock
| Constructor Summary | |
|---|---|
SqlJetFileLock(SqlJetFileLockManager manager,
java.nio.channels.FileLock fileLock)
|
|
| Method Summary | |
|---|---|
void |
addLock()
|
boolean |
isValid()
|
void |
release()
|
| Methods inherited from class java.nio.channels.FileLock |
|---|
channel, isShared, overlaps, position, size, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SqlJetFileLock(SqlJetFileLockManager manager,
java.nio.channels.FileLock fileLock)
channel - position - size - shared - | Method Detail |
|---|
public boolean isValid()
isValid in class java.nio.channels.FileLock
public void release()
throws java.io.IOException
release in class java.nio.channels.FileLockjava.io.IOExceptionpublic void addLock()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||