public final class DistributedObjectEventPacket extends Object implements DataSerializable
Constructor and Description |
---|
DistributedObjectEventPacket() |
DistributedObjectEventPacket(DistributedObjectEvent.EventType eventType,
String serviceName,
String name) |
Modifier and Type | Method and Description |
---|---|
DistributedObjectEvent.EventType |
getEventType() |
String |
getName() |
String |
getServiceName() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public DistributedObjectEventPacket()
public DistributedObjectEventPacket(DistributedObjectEvent.EventType eventType, String serviceName, String name)
public String getServiceName()
public DistributedObjectEvent.EventType getEventType()
public String getName()
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.