public class QueueEvent extends Object implements IdentifiedDataSerializable
Constructor and Description |
---|
QueueEvent() |
QueueEvent(String name,
Data data,
ItemEventType eventType,
Address caller) |
Modifier and Type | Method and Description |
---|---|
int |
getFactoryId() |
int |
getId() |
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
public QueueEvent()
public QueueEvent(String name, Data data, ItemEventType eventType, Address caller)
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
public int getFactoryId()
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
getId
in interface IdentifiedDataSerializable
Copyright © 2014 Hazelcast, Inc.. All rights reserved.