public class ClearWanQueuesRequest extends Object implements ConsoleRequest
ClearWanQueuesRequest
Modifier and Type | Field and Description |
---|---|
static String |
SUCCESS
Result message when
ClearWanQueuesRequest is invoked successfully |
Constructor and Description |
---|
ClearWanQueuesRequest() |
ClearWanQueuesRequest(String schemeName,
String publisherName) |
Modifier and Type | Method and Description |
---|---|
void |
fromJson(com.eclipsesource.json.JsonObject json) |
String |
getPublisherName() |
String |
getSchemeName() |
int |
getType() |
Object |
readResponse(com.eclipsesource.json.JsonObject in) |
com.eclipsesource.json.JsonObject |
toJson() |
void |
writeResponse(ManagementCenterService mcs,
com.eclipsesource.json.JsonObject out) |
public static final String SUCCESS
ClearWanQueuesRequest
is invoked successfullypublic int getType()
getType
in interface ConsoleRequest
public Object readResponse(com.eclipsesource.json.JsonObject in) throws IOException
readResponse
in interface ConsoleRequest
IOException
public void writeResponse(ManagementCenterService mcs, com.eclipsesource.json.JsonObject out) throws Exception
writeResponse
in interface ConsoleRequest
Exception
public com.eclipsesource.json.JsonObject toJson()
toJson
in interface JsonSerializable
public void fromJson(com.eclipsesource.json.JsonObject json)
fromJson
in interface JsonSerializable
public String getSchemeName()
public String getPublisherName()
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.