public class WanReplicationEvent extends Object implements DataSerializable
| Constructor and Description | 
|---|
| WanReplicationEvent() | 
| WanReplicationEvent(String serviceName,
                   ReplicationEventObject eventObject) | 
| Modifier and Type | Method and Description | 
|---|---|
| WanAcknowledgeType | getAcknowledgeType() | 
| Object | getEventObject()Gets the event object. | 
| String | getServiceName()Returns the service name for this event object. | 
| void | readData(ObjectDataInput in)Reads fields from the input stream | 
| void | setAcknowledgeType(WanAcknowledgeType acknowledgeType) | 
| void | setEventObject(ReplicationEventObject eventObject)Sets the event object. | 
| void | setServiceName(String serviceName)Sets the service name for this event object. | 
| void | writeData(ObjectDataOutput out)Writes object fields to output stream | 
public WanReplicationEvent()
public WanReplicationEvent(String serviceName, ReplicationEventObject eventObject)
public String getServiceName()
public void setServiceName(String serviceName)
serviceName - the service name for this event object.public Object getEventObject()
public void setEventObject(ReplicationEventObject eventObject)
eventObject - the event object.public WanAcknowledgeType getAcknowledgeType()
public void setAcknowledgeType(WanAcknowledgeType acknowledgeType)
public void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.