org.neo4j.kernel
Class LockImpl

java.lang.Object
  extended by org.neo4j.kernel.LockImpl
All Implemented Interfaces:
Lock

public class LockImpl
extends Object
implements Lock


Method Summary
 void release()
          Releases this lock before the transaction finishes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

release

public void release()
Description copied from interface: Lock
Releases this lock before the transaction finishes. It is an optional operation and if not called, this lock will be released when the owning transaction finishes.

Specified by:
release in interface Lock


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