public abstract class AbstractWaitNotifyKey extends Object implements WaitNotifyKey
| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractWaitNotifyKey(String service,
                     String objectName) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| 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 final String getServiceName()
WaitNotifyKeygetServiceName in interface WaitNotifyKeypublic String getObjectName()
WaitNotifyKeygetObjectName in interface WaitNotifyKeyCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.