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 - outputIOException - if an I/O error occurs. In particular,
                     an IOException may be thrown if the
                     output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOException - if an I/O error occurs. In particular,
                     an IOException may be thrown if the
                     input stream has been closed.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.