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) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
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
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.