public class ControlCommand extends BaseCommand
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
commandId, responseRequired
Constructor and Description |
---|
ControlCommand() |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
byte |
getDataStructureType() |
void |
setCommand(String command) |
Response |
visit(CommandVisitor visitor) |
copy, getCommandId, getFrom, getTo, isBrokerInfo, isConnectionControl, isConsumerControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toString
public static final byte DATA_STRUCTURE_TYPE
public ControlCommand()
public byte getDataStructureType()
public String getCommand()
public void setCommand(String command)
public Response visit(CommandVisitor visitor) throws Exception
Exception
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.