Uses of Interface
com.hazelcast.core.ILock

Packages that use ILock
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.client.proxy This package contains client side proxy implementations of the different Hazelcast data structures and operation types 
com.hazelcast.concurrent.lock This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.jca This package contains jca functionality 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
 

Uses of ILock in com.hazelcast.client.impl
 

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

Uses of ILock in com.hazelcast.client.proxy
 

Classes in com.hazelcast.client.proxy that implement ILock
 class ClientLockProxy
           
 

Uses of ILock in com.hazelcast.concurrent.lock
 

Classes in com.hazelcast.concurrent.lock that implement ILock
 class LockProxy
           
 

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.instance
 

Methods in com.hazelcast.instance that return ILock
 ILock HazelcastInstanceImpl.getLock(Object key)
          Deprecated. 
 ILock HazelcastInstanceProxy.getLock(Object key)
           
 ILock HazelcastInstanceImpl.getLock(String key)
           
 ILock HazelcastInstanceProxy.getLock(String key)
           
 

Uses of ILock in com.hazelcast.jca
 

Methods in com.hazelcast.jca that return ILock
 ILock HazelcastConnectionImpl.getLock(Object key)
          Deprecated. 
 ILock HazelcastConnectionImpl.getLock(String key)
           
 

Uses of ILock in com.hazelcast.jmx
 

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



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