public static class ListenerManager.ListenerItem extends AbstractRemotelyProcessable implements DataSerializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
includeValue |
Instance.InstanceType |
instanceType |
Object |
key |
Object |
listener |
boolean |
localListener |
String |
name |
connnode| Constructor and Description |
|---|
ListenerManager.ListenerItem() |
ListenerManager.ListenerItem(String name,
Object key,
Object listener,
boolean includeValue,
Instance.InstanceType instanceType) |
ListenerManager.ListenerItem(String name,
Object key,
Object listener,
boolean includeValue,
Instance.InstanceType instanceType,
boolean localListener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
listens(DataAwareEntryEvent dataAwareEntryEvent) |
void |
process() |
void |
readData(DataInput in) |
void |
writeData(DataOutput out) |
getConnection, setConnectiongetNode, setNodereadByteArray, readObject, writeByteArray, writeObjectpublic String name
public Object key
public Object listener
public boolean includeValue
public Instance.InstanceType instanceType
public boolean localListener
public ListenerManager.ListenerItem()
public ListenerManager.ListenerItem(String name, Object key, Object listener, boolean includeValue, Instance.InstanceType instanceType)
public ListenerManager.ListenerItem(String name, Object key, Object listener, boolean includeValue, Instance.InstanceType instanceType, boolean localListener)
public boolean listens(DataAwareEntryEvent dataAwareEntryEvent)
public void writeData(DataOutput out) throws IOException
writeData in interface DataSerializablewriteData in class AbstractRemotelyProcessableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializablereadData in class AbstractRemotelyProcessableIOExceptionpublic void process()
process in interface ProcessableCopyright © 2013 Hazelcast, Inc.. All rights reserved.