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
 void forceUnlock()
           
 LocalLockStats getLocalLockStats()
           
 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.

getLocalLockStats

LocalLockStats getLocalLockStats()

forceUnlock

void forceUnlock()


Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.