|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.spi.impl.EventServiceImpl.Registration
public static class EventServiceImpl.Registration
| Constructor Summary | |
|---|---|
EventServiceImpl.Registration()
|
|
EventServiceImpl.Registration(String id,
String serviceName,
String topic,
EventFilter filter,
Address subscriber,
Object listener,
boolean localOnly)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
EventFilter |
getFilter()
Returns EventFilter attached to this registration. |
String |
getId()
Returns event registration id. |
Object |
getListener()
|
Address |
getSubscriber()
Returns subscriber of this registration. |
int |
hashCode()
|
boolean |
isLocalOnly()
Returns true if this registration is for locally fired events only. |
void |
readData(ObjectDataInput in)
Reads fields from the input stream |
String |
toString()
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EventServiceImpl.Registration()
public EventServiceImpl.Registration(String id,
String serviceName,
String topic,
EventFilter filter,
Address subscriber,
Object listener,
boolean localOnly)
| Method Detail |
|---|
public EventFilter getFilter()
EventRegistrationEventFilter attached to this registration.
getFilter in interface EventRegistrationpublic String getId()
EventRegistration
getId in interface EventRegistrationpublic Address getSubscriber()
EventRegistration
getSubscriber in interface EventRegistrationpublic boolean isLocalOnly()
EventRegistration
isLocalOnly in interface EventRegistrationpublic Object getListener()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void writeData(ObjectDataOutput out)
throws IOException
DataSerializable
writeData in interface DataSerializableout - output
IOException
public void readData(ObjectDataInput in)
throws IOException
DataSerializable
readData in interface DataSerializablein - input
IOExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||