org.apache.qpid.server.queue
Class InboundMessageAdapter

java.lang.Object
  extended by org.apache.qpid.server.queue.InboundMessageAdapter
All Implemented Interfaces:
InboundMessage, Filterable

 class InboundMessageAdapter
extends Object
implements InboundMessage


Constructor Summary
InboundMessageAdapter()
           
InboundMessageAdapter(QueueEntry entry)
           
 
Method Summary
 AMQMessageHeader getMessageHeader()
           
 String getRoutingKey()
           
 long getSize()
           
 boolean isPersistent()
           
 boolean isRedelivered()
           
 void setEntry(QueueEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboundMessageAdapter

InboundMessageAdapter()

InboundMessageAdapter

InboundMessageAdapter(QueueEntry entry)
Method Detail

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