com.hazelcast.spi
Class AbstractWaitNotifyKey

java.lang.Object
  extended by com.hazelcast.spi.AbstractWaitNotifyKey
All Implemented Interfaces:
WaitNotifyKey

public abstract class AbstractWaitNotifyKey
extends Object
implements WaitNotifyKey

Author:
mdogan 1/15/13

Constructor Summary
protected AbstractWaitNotifyKey(String service, Object id)
           
 
Method Summary
 boolean equals(Object o)
           
 Object getDistributedObjectId()
           
 String getServiceName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWaitNotifyKey

protected AbstractWaitNotifyKey(String service,
                                Object id)
Method Detail

getServiceName

public final String getServiceName()
Specified by:
getServiceName in interface WaitNotifyKey

getDistributedObjectId

public final Object getDistributedObjectId()
Specified by:
getDistributedObjectId in interface WaitNotifyKey

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.