public class SetLogLevelRequest extends Object implements ConsoleRequest
Constructor and Description |
---|
SetLogLevelRequest() |
SetLogLevelRequest(String logLevel) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
readData(DataInput in) |
Object |
readResponse(DataInput in) |
void |
writeData(DataOutput out) |
void |
writeResponse(ManagementCenterService mcs,
DataOutput dos) |
public String logLevel
public SetLogLevelRequest()
public SetLogLevelRequest(String logLevel)
public int getType()
getType
in interface ConsoleRequest
public Object readResponse(DataInput in) throws IOException
readResponse
in interface ConsoleRequest
IOException
public void writeResponse(ManagementCenterService mcs, DataOutput dos) throws Exception
writeResponse
in interface ConsoleRequest
Exception
public void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
Copyright © 2013 Hazelcast, Inc.. All rights reserved.