| Package | Description | 
|---|---|
| com.hazelcast.client.proxy | 
 This package contains client side proxy implementations of the different Hazelcast data structures
 and operation types 
 | 
| com.hazelcast.concurrent.lock | |
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientConditionProxy  | 
| Modifier and Type | Method and Description | 
|---|---|
ICondition | 
ClientLockProxy.newCondition(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
ICondition | 
LockProxy.newCondition(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
ICondition | 
ILock.newCondition(String name)
Returns a new  
ICondition instance that is bound to this
 ILock instance with given name. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.