Searched refs:FileLockImpl (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileLockImpl.java31 public class FileLockImpl class in inherits:FileLock
36 FileLockImpl(FileChannel channel, long position, long size, boolean shared) method in class:FileLockImpl
41 FileLockImpl(AsynchronousFileChannel channel, long position, long size, boolean shared) method in class:FileLockImpl
H A DAsynchronousFileChannelImpl.java150 FileLockImpl fli = (FileLockImpl)fl;
162 protected final FileLockImpl addToFileLockTable(long position, long size, boolean shared) {
163 final FileLockImpl fli;
176 fli = new FileLockImpl(this, position, size, shared);
185 protected final void removeFromFileLockTable(FileLockImpl fli) {
192 protected abstract void implRelease(FileLockImpl fli) throws IOException;
195 * Invoked by FileLockImpl to release the given file lock and remove it
198 final void release(FileLockImpl fli) throws IOException {
H A DFileChannelImpl.java112 ((FileLockImpl)fl).invalidate();
1009 FileLockImpl fli = new FileLockImpl(this, position, size, shared);
1026 FileLockImpl fli2 = new FileLockImpl(this, position, size,
1054 FileLockImpl fli = new FileLockImpl(this, position, size, shared);
1074 FileLockImpl fli2 = new FileLockImpl(this, position, size,
1085 void release(FileLockImpl fl
[all...]
H A DSimpleAsynchronousFileChannelImpl.java186 final FileLockImpl fli = addToFileLockTable(position, size, shared);
253 FileLockImpl fli = addToFileLockTable(position, size, shared);
284 protected void implRelease(FileLockImpl fli) throws IOException {
/openjdk7/jdk/make/java/nio/
H A DExportedfiles.gmk38 sun/nio/ch/FileLockImpl.java \
H A DFILES_java.gmk181 sun/nio/ch/FileLockImpl.java \
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java218 private final FileLockImpl fli;
222 FileLockImpl fli,
305 FileLockImpl fli = addToFileLockTable(position, size, shared);
351 final FileLockImpl fli = addToFileLockTable(position, size, shared);
372 protected void implRelease(FileLockImpl fli) throws IOException {

Completed in 272 milliseconds