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 |
conn
node
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, setConnection
getNode, setNode
readByteArray, readObject, writeByteArray, writeObject
public 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 DataSerializable
writeData
in class AbstractRemotelyProcessable
IOException
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
readData
in class AbstractRemotelyProcessable
IOException
public void process()
process
in interface Processable
Copyright © 2013 Hazelcast, Inc.. All rights reserved.