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()
WaitNotifyKey
getServiceName
in interface WaitNotifyKey
public String getObjectName()
WaitNotifyKey
getObjectName
in interface WaitNotifyKey
Copyright © 2018 Hazelcast, Inc.. All rights reserved.