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
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.