public class MessageDispatchNotification extends BaseCommand
Modifier and Type | Field and Description |
---|---|
protected ConsumerId |
consumerId |
static byte |
DATA_STRUCTURE_TYPE |
protected long |
deliverySequenceId |
protected ActiveMQDestination |
destination |
protected MessageId |
messageId |
commandId, responseRequired
Constructor and Description |
---|
MessageDispatchNotification() |
Modifier and Type | Method and Description |
---|---|
ConsumerId |
getConsumerId() |
byte |
getDataStructureType() |
long |
getDeliverySequenceId() |
ActiveMQDestination |
getDestination() |
MessageId |
getMessageId() |
boolean |
isMessageDispatchNotification() |
void |
setConsumerId(ConsumerId consumerId) |
void |
setDeliverySequenceId(long deliverySequenceId) |
void |
setDestination(ActiveMQDestination destination) |
void |
setMessageId(MessageId messageId) |
Response |
visit(CommandVisitor visitor) |
copy, getCommandId, getFrom, getTo, isBrokerInfo, isConnectionControl, isConsumerControl, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toString
public static final byte DATA_STRUCTURE_TYPE
protected ConsumerId consumerId
protected ActiveMQDestination destination
protected long deliverySequenceId
public MessageDispatchNotification()
public byte getDataStructureType()
public boolean isMessageDispatchNotification()
isMessageDispatchNotification
in interface Command
isMessageDispatchNotification
in class BaseCommand
public ConsumerId getConsumerId()
public void setConsumerId(ConsumerId consumerId)
public ActiveMQDestination getDestination()
public void setDestination(ActiveMQDestination destination)
public long getDeliverySequenceId()
public void setDeliverySequenceId(long deliverySequenceId)
public Response visit(CommandVisitor visitor) throws Exception
Exception
public MessageId getMessageId()
public void setMessageId(MessageId messageId)
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.