org.apache.qpid.client.message
Class UnprocessedMessage_0_10

java.lang.Object
  extended by org.apache.qpid.client.message.UnprocessedMessage
      extended by org.apache.qpid.client.message.UnprocessedMessage_0_10
All Implemented Interfaces:
AMQSession.Dispatchable

public class UnprocessedMessage_0_10
extends UnprocessedMessage

This class contains everything needed to process a JMS message. It assembles the deliver body, the content header and the content body/ies. Note that the actual work of creating a JMS message for the client code's use is done outside of the MINA dispatcher thread in order to minimise the amount of work done in the MINA dispatcher thread.


Constructor Summary
UnprocessedMessage_0_10(org.apache.qpid.transport.MessageTransfer xfr)
           
 
Method Summary
 long getDeliveryTag()
           
 org.apache.qpid.transport.MessageTransfer getMessageTransfer()
           
 
Methods inherited from class org.apache.qpid.client.message.UnprocessedMessage
dispatch, getConsumerTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnprocessedMessage_0_10

public UnprocessedMessage_0_10(org.apache.qpid.transport.MessageTransfer xfr)
Method Detail

getDeliveryTag

public long getDeliveryTag()
Specified by:
getDeliveryTag in class UnprocessedMessage

getMessageTransfer

public org.apache.qpid.transport.MessageTransfer getMessageTransfer()


Licensed to the Apache Software Foundation