Uses of Interface
com.hazelcast.core.ILock

Packages that use ILock
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.jmx Contains Hazelcast MBean classes. 
 

Uses of ILock in com.hazelcast.client
 

Methods in com.hazelcast.client that return ILock
 ILock HazelcastClientProxy.getLock(Object key)
           
 ILock HazelcastClient.getLock(Object key)
          Deprecated. 
 ILock HazelcastClientProxy.getLock(String key)
           
 ILock HazelcastClient.getLock(String key)
           
 

Uses of ILock in com.hazelcast.core
 

Methods in com.hazelcast.core that return ILock
 ILock HazelcastInstance.getLock(Object key)
          Deprecated. will be removed in Hazelcast 3.2. Use HazelcastInstance.getLock(String) instead.
 ILock HazelcastInstance.getLock(String key)
          Returns the distributed lock instance for the specified key object.
 

Uses of ILock in com.hazelcast.jmx
 

Constructors in com.hazelcast.jmx with parameters of type ILock
LockMBean(ILock managedObject, ManagementService service)
           
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.