org.apache.qpid.server.queue
Class InboundMessageAdapter
java.lang.Object
org.apache.qpid.server.queue.InboundMessageAdapter
- All Implemented Interfaces:
- InboundMessage, Filterable
class InboundMessageAdapter
- extends Object
- implements InboundMessage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InboundMessageAdapter
InboundMessageAdapter()
InboundMessageAdapter
InboundMessageAdapter(QueueEntry entry)
setEntry
public void setEntry(QueueEntry entry)
getRoutingKey
public String getRoutingKey()
- Specified by:
getRoutingKey
in interface InboundMessage
getMessageHeader
public AMQMessageHeader getMessageHeader()
- Specified by:
getMessageHeader
in interface InboundMessage
- Specified by:
getMessageHeader
in interface Filterable
isPersistent
public boolean isPersistent()
- Specified by:
isPersistent
in interface InboundMessage
- Specified by:
isPersistent
in interface Filterable
isRedelivered
public boolean isRedelivered()
- Specified by:
isRedelivered
in interface InboundMessage
- Specified by:
isRedelivered
in interface Filterable
getSize
public long getSize()
- Specified by:
getSize
in interface InboundMessage
Licensed to the Apache Software Foundation