public interface Lock
Transaction.acquireWriteLock(PropertyContainer) or
 Transaction.acquireReadLock(PropertyContainer) this lock
 can be released manually using release(). If not released
 manually it will be automatically released when the transaction owning
 it finishes.| Modifier and Type | Method and Description | 
|---|---|
void | 
release()
Releases this lock before the transaction finishes. 
 | 
void release()
IllegalStateException - if this lock has already been released.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.