|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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()
EventRegistration
EventFilter
attached to this registration.
getFilter
in interface EventRegistration
public String getId()
EventRegistration
getId
in interface EventRegistration
public Address getSubscriber()
EventRegistration
getSubscriber
in interface EventRegistration
public boolean isLocalOnly()
EventRegistration
isLocalOnly
in interface EventRegistration
public Object getListener()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- output
IOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- input
IOException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |