messif.buckets.index
Interface Lock


public interface Lock

An acquired object-lock. The lock is valid until the unlock() is called.


Method Summary
 void unlock()
          Releases this lock.
 

Method Detail

unlock

void unlock()
Releases this lock.