|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.command.BaseCommand
org.apache.activemq.command.MessageAck
org.apache.activemq.kaha.MessageAckWithLocation
public final class MessageAckWithLocation
Field Summary | |
---|---|
Location |
location
|
Fields inherited from class org.apache.activemq.command.MessageAck |
---|
ackType, consumerId, consumerKey, DATA_STRUCTURE_TYPE, DELIVERED_ACK_TYPE, destination, firstMessageId, INDIVIDUAL_ACK_TYPE, lastMessageId, messageCount, poisonCause, POSION_ACK_TYPE, REDELIVERED_ACK_TYPE, STANDARD_ACK_TYPE, transactionId, UNMATCHED_ACK_TYPE |
Fields inherited from class org.apache.activemq.command.BaseCommand |
---|
commandId, responseRequired |
Constructor Summary | |
---|---|
MessageAckWithLocation(MessageAck ack,
Location location)
|
Method Summary |
---|
Methods inherited from class org.apache.activemq.command.MessageAck |
---|
copy, getAckType, getConsumerId, getDataStructureType, getDestination, getFirstMessageId, getLastMessageId, getMessageCount, getPoisonCause, getTransactionId, isDeliveredAck, isIndividualAck, isInTransaction, isMessageAck, isPoisonAck, isRedeliveredAck, isStandardAck, isUnmatchedAck, setAckType, setConsumerId, setDestination, setFirstMessageId, setLastMessageId, setMessageCount, setMessageID, setPoisonCause, setTransactionId, visit |
Methods inherited from class org.apache.activemq.command.BaseCommand |
---|
copy, getCommandId, getFrom, getTo, isBrokerInfo, isConnectionControl, isMarshallAware, isMessage, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setFrom, setResponseRequired, setTo, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Location location
Constructor Detail |
---|
public MessageAckWithLocation(MessageAck ack, Location location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |