|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.command.PartialCommand
org.apache.activemq.command.LastPartialCommand
public class LastPartialCommand
Represents the end marker of a stream of PartialCommand
instances.
Field Summary | |
---|---|
static byte |
DATA_STRUCTURE_TYPE
|
Constructor Summary | |
---|---|
LastPartialCommand()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.apache.activemq.command.PartialCommand |
---|
getCommandId, getData, getFrom, getTo, isBrokerInfo, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setData, setFrom, setResponseRequired, setTo, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final byte DATA_STRUCTURE_TYPE
Constructor Detail |
---|
public LastPartialCommand()
Method Detail |
---|
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 command
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |