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 java.lang.Exception
visit
in interface Command
visit
in class PartialCommand
java.lang.Exception
public void configure(Command completeCommand)
completeCommand
- the newly unmarshalled complete commandCopyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.