Uses of Class
org.objectweb.joram.mom.messages.Message

Packages that use Message
org.objectweb.joram.mom.dest The org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. 
org.objectweb.joram.mom.messages The org.objectweb.joram.shared.messages package provides the implementation classes of the messages routed by the MOM. 
org.objectweb.joram.mom.proxies The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. 
 

Uses of Message in org.objectweb.joram.mom.dest
 

Methods in org.objectweb.joram.mom.dest that return Message
private  Message QueueImpl.getMomMessage(java.lang.String msgId)
           
protected  Message QueueImpl.getQueueMessage(java.lang.String msgId, boolean remove)
          get mom message, delete if remove = true.
protected  Message ClusterQueueImpl.getQueueMessage(java.lang.String msgId, boolean remove)
          get mom message, delete if remove = true.
 

Methods in org.objectweb.joram.mom.dest with parameters of type Message
protected  boolean QueueImpl.addMessage(Message message)
          Adds a message in the list of messages to deliver.
protected  boolean QueueImpl.isUndeliverable(Message message)
          Returns true if a given message is considered as undeliverable, because its delivery count matches the queue's threshold, if any, or the server's default threshold value (if any).
protected  void QueueImpl.setMsgTxName(Message msg)
           
protected  void QueueImpl.storeMessage(Message message)
          Actually stores a message in the deliverables vector.
protected  void QueueImpl.storeMessageHeader(Message message)
          Actually stores a message header in the deliverables vector.
 

Uses of Message in org.objectweb.joram.mom.messages
 

Methods in org.objectweb.joram.mom.messages that return Message
static Message Message.load(java.lang.String txname)
           
 

Methods in org.objectweb.joram.mom.messages with parameters of type Message
static javax.management.openmbean.CompositeData MessageJMXWrapper.createCompositeDataSupport(Message msg)
          Returns the description of a message.
 

Uses of Message in org.objectweb.joram.mom.proxies
 

Methods in org.objectweb.joram.mom.proxies that return Message
(package private)  Message ClientSubscription.getSubscriptionMessage(java.lang.String msgId)
           
(package private)  Message ClientSubscription.removeMessage(java.lang.String msgId)
          Removes a particular pending message in the subscription.
 

Methods in org.objectweb.joram.mom.proxies with parameters of type Message
private  void ClientSubscription.decrAckCounters(java.lang.String msgId, Message message)
           
protected  void ProxyImpl.setMsgTxName(Message msg)
           
 



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