org.neo4j.kernel.impl.nioneo.store
Class FileLock

java.lang.Object
  extended by org.neo4j.kernel.impl.nioneo.store.FileLock

public abstract class FileLock
extends Object


Constructor Summary
FileLock()
           
 
Method Summary
static FileLock getOsSpecificFileLock(String fileName, FileChannel channel)
           
abstract  void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLock

public FileLock()
Method Detail

getOsSpecificFileLock

public static FileLock getOsSpecificFileLock(String fileName,
                                             FileChannel channel)
                                      throws IOException
Throws:
IOException

release

public abstract void release()
                      throws IOException
Throws:
IOException


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.