public class VersionMismatchLogRequest extends Object implements ConsoleRequest
Constructor and Description |
---|
VersionMismatchLogRequest() |
VersionMismatchLogRequest(String manCenterVersion) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
readData(ObjectDataInput in) |
Object |
readResponse(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
void |
writeResponse(ManagementCenterService managementCenterService,
ObjectDataOutput dos) |
public VersionMismatchLogRequest()
public VersionMismatchLogRequest(String manCenterVersion)
public int getType()
getType
in interface ConsoleRequest
public Object readResponse(ObjectDataInput in) throws IOException
readResponse
in interface ConsoleRequest
IOException
public void writeResponse(ManagementCenterService managementCenterService, ObjectDataOutput dos) throws Exception
writeResponse
in interface ConsoleRequest
Exception
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.