public class LastPartialCommand extends PartialCommand
PartialCommand
instances.Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
Constructor and Description |
---|
LastPartialCommand() |
Modifier and Type | Method and Description |
---|---|
void |
configure(Command completeCommand)
Lets copy across any transient fields from this command
to the complete command when it is unmarshalled on the other end
|
byte |
getDataStructureType() |
Response |
visit(CommandVisitor visitor) |
getCommandId, getData, getFrom, getTo, isBrokerInfo, isConnectionControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setData, setFrom, setResponseRequired, setTo, toString
public static final byte DATA_STRUCTURE_TYPE
public byte getDataStructureType()
getDataStructureType
in interface DataStructure
getDataStructureType
in class PartialCommand
public Response visit(CommandVisitor visitor) throws Exception
visit
in interface Command
visit
in class PartialCommand
Exception
public void configure(Command completeCommand)
completeCommand
- the newly unmarshalled complete commandCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.