public final class ConditionKey extends Object implements WaitNotifyKey
| Constructor and Description | 
|---|
| ConditionKey(String name,
            Data key,
            String conditionId) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getConditionId() | 
| Data | getKey() | 
| String | getObjectName()Returns the object name of the wait notify object for this key. | 
| String | getServiceName()Returns the service name of the wait notify object for this key. | 
| int | hashCode() | 
public String getServiceName()
WaitNotifyKeygetServiceName in interface WaitNotifyKeypublic String getObjectName()
WaitNotifyKeygetObjectName in interface WaitNotifyKeypublic Data getKey()
public String getConditionId()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.