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, isConsumerControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setData, setFrom, setResponseRequired, setTo, toStringpublic static final byte DATA_STRUCTURE_TYPE
public LastPartialCommand()
public byte getDataStructureType()
getDataStructureType in interface DataStructuregetDataStructureType in class PartialCommandpublic Response visit(CommandVisitor visitor) throws Exception
visit in interface Commandvisit in class PartialCommandExceptionCopyright © 2005–2016 FuseSource, Corp.. All rights reserved.