com.hazelcast.spi
Class AbstractWaitNotifyKey
java.lang.Object
com.hazelcast.spi.AbstractWaitNotifyKey
- All Implemented Interfaces:
- WaitNotifyKey
- Direct Known Subclasses:
- LatchKey, QueueWaitNotifyKey, SemaphoreWaitNotifyKey
public abstract class AbstractWaitNotifyKey
- extends Object
- implements WaitNotifyKey
Abstract implementation of the WaitNotifyKey.
AbstractWaitNotifyKey
protected AbstractWaitNotifyKey(String service,
String objectName)
getServiceName
public final String getServiceName()
- Specified by:
getServiceName
in interface WaitNotifyKey
getObjectName
public String getObjectName()
- Specified by:
getObjectName
in interface WaitNotifyKey
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.