Uses of Class
org.objectweb.joram.client.jms.Message

Packages that use Message
org.objectweb.joram.client.jms The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. 
org.objectweb.joram.client.jms.admin The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. 
 

Uses of Message in org.objectweb.joram.client.jms
 

Subclasses of Message in org.objectweb.joram.client.jms
 class BytesMessage
          Implements the javax.jms.BytesMessage interface.
 class MapMessage
          Implements the javax.jms.MapMessage interface.
 class ObjectMessage
          Implements the javax.jms.ObjectMessage interface.
 class StreamMessage
          Implements the javax.jms.StreamMessage interface.
 class TextMessage
          Implements the javax.jms.TextMessage interface.
 

Methods in org.objectweb.joram.client.jms that return Message
static Message Message.convertJMSMessage(javax.jms.Message jmsMsg)
          Converts a non-Joram JMS message into a Joram message.
static Message Message.wrapMomMessage(Session session, Message momMsg)
           
 

Methods in org.objectweb.joram.client.jms with parameters of type Message
 void SingleSessionConsumer.onMessage(Message msg, javax.jms.MessageListener listener, int ackMode)
           
 void MultiSessionConsumer.onMessage(Message msg, javax.jms.MessageListener listener, int ackMode)
           
 

Uses of Message in org.objectweb.joram.client.jms.admin
 

Subclasses of Message in org.objectweb.joram.client.jms.admin
 class AdminMessage
          The class AdminMessage allows to send and receive administration messages.
 

Methods in org.objectweb.joram.client.jms.admin that return Message
 Message User.getMessage(java.lang.String subName, java.lang.String msgId)
           
 Message User.readMessage(java.lang.String subName, java.lang.String msgId)
          Deprecated.  
 



Copyright © 2011 ScalAgent D.T.. All Rights Reserved.