com.hazelcast.core
Interface ILock

All Superinterfaces:
Instance, Lock

public interface ILock
extends Lock, Instance


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hazelcast.core.Instance
Instance.InstanceType
 
Method Summary
 Object getLockObject()
          Returns the lock object, the key for this lock instance.
 
Methods inherited from interface java.util.concurrent.locks.Lock
lock, lockInterruptibly, newCondition, tryLock, tryLock, unlock
 
Methods inherited from interface com.hazelcast.core.Instance
destroy, getId, getInstanceType
 

Method Detail

getLockObject

Object getLockObject()
Returns the lock object, the key for this lock instance.

Returns:
lock object.


Copyright .9.4-SNAPSHOT; 2008-2011 Hazel Ltd. All Rights Reserved.