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

Packages that use Message
com.scalagent.joram.mom.dest.ftp   
com.scalagent.joram.mom.dest.mail   
com.scalagent.joram.mom.dest.scheduler   
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. 
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.dest.jms   
org.objectweb.joram.mom.dest.jmsbridge The org.objectweb.joram.mom.dest.jmsbridge package provides utility classes used by the MOM destinations and proxies. 
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.notifications The org.objectweb.joram.mom.notifications package holds the notifications used for interacting with the MOM destination agents. 
org.objectweb.joram.mom.util   
org.objectweb.joram.shared.admin The org.objectweb.joram.shared.admin package holds the request and reply objects used in the administrator - administration topic interactions. 
org.objectweb.joram.shared.client The org.objectweb.joram.shared.client package holds the request and reply objects used in the client-provider interactions. 
org.objectweb.joram.shared.messages The org.objectweb.joram.shared.messages package provides the implementation classes of the messages routed by the MOM. 
org.objectweb.joram.shared.selectors The org.objectweb.joram.shared.selector package holds the classes implementing the selector feature, used for filtering the messages according to their properties. 
 

Uses of Message in com.scalagent.joram.mom.dest.ftp
 

Fields in com.scalagent.joram.mom.dest.ftp declared as Message
private  Message FtpMessage.sharedMsg
           
 

Methods in com.scalagent.joram.mom.dest.ftp that return Message
 Message FtpMessage.getSharedMessage()
           
 

Methods in com.scalagent.joram.mom.dest.ftp with parameters of type Message
protected  void FtpQueueImpl.doProcessFtp(ClientMessages not, Message msg)
           
protected  boolean FtpQueueImpl.isFtpMsg(Message message)
           
 

Constructors in com.scalagent.joram.mom.dest.ftp with parameters of type Message
FtpMessage(Message sharedMsg)
          Instantiates an FtpMessage wrapping a consumed shared simple message.
FtpNot(int clientContext, int requestId, Message msg)
           
 

Uses of Message in com.scalagent.joram.mom.dest.mail
 

Methods in com.scalagent.joram.mom.dest.mail with parameters of type Message
 void MailDistribution.distribute(Message message)
           
private  javax.mail.internet.MimeBodyPart MailDistribution.getMultipartProp(Message msg)
           
 void MailDistribution.sendJavaMail(Message message)
           
 

Uses of Message in com.scalagent.joram.mom.dest.scheduler
 

Methods in com.scalagent.joram.mom.dest.scheduler with parameters of type Message
protected  boolean SchedulerQueueImpl.checkDelivery(Message msg)
           
private static long SchedulerQueueImpl.getScheduleDate(Message msg)
           
 

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

Fields in org.objectweb.joram.client.jms declared as Message
protected  Message Message.momMsg
           
 

Methods in org.objectweb.joram.client.jms that return Message
 Message Message.getMomMsg()
           
 

Methods in org.objectweb.joram.client.jms with parameters of type Message
(package private)  void Session.onMessage(Message msg)
          Called by ConnectionConsumer in order to distribute a message through the method run().
(package private)  void Session.onMessage(Message momMsg, MessageConsumerListener mcl)
          Called by onMessages()
private  void Session.prepareSend(Destination dest, Message msg)
          Method called by message producers when producing a message for preparing the session to later commit it.
static Message Message.wrapMomMessage(Session session, Message momMsg)
           
 

Constructors in org.objectweb.joram.client.jms with parameters of type Message
BytesMessage(Session sess, Message momMsg)
          Instantiates a BytesMessage wrapping a consumed MOM message containing a bytes array.
MapMessage(Session session, Message momMsg)
          Instantiates a MapMessage wrapping a consumed MOM message containing an hashtable.
Message(Session session, Message momMsg)
          Instantiates a Message wrapping a consumed MOM simple message.
ObjectMessage(Session session, Message momMsg)
          Instantiates an ObjectMessage wrapping a consumed MOM message containing an object.
StreamMessage(Session session, Message momMsg)
          Instantiates a StreamMessage wrapping a consumed MOM message containing a stream of bytes.
TextMessage(Session session, Message momMsg)
          Instantiates a TextMessage wrapping a consumed MOM message containing a text.
 

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

Constructors in org.objectweb.joram.client.jms.admin with parameters of type Message
AdminMessage(Session session, Message momMsg)
          Instantiates an AdminMessage wrapping a consumed MOM message containing a Admin message.
 

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

Methods in org.objectweb.joram.mom.dest with parameters of type Message
protected  boolean QueueImpl.checkDelivery(Message msg)
          Returns true if conditions are ok to deliver the message.
 void DistributionHandler.distribute(Message message)
          Distributes the given message outside of the JORAM server.
static void MonitoringHelper.getJMXValues(Message message, java.util.Vector elements)
           
private static void MonitoringHelper.setMessageProperty(Message message, javax.management.ObjectName mbeanName, java.lang.String attrName)
           
 void ReliableTransmitter.transmit(Message message, java.lang.String messageId)
          Transmits a message to the MOM in a reliable way: message has been persisted when the method returns and therefore can be safely acknowledged.
 void AcquisitionModule.transmit(Message message, java.lang.String messageId)
           
 

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

Methods in org.objectweb.joram.mom.dest.jms with parameters of type Message
 void JMSDistribution.distribute(Message message)
           
 

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

Fields in org.objectweb.joram.mom.dest.jmsbridge declared as Message
private  Message JMSBridgeDeliveryNot.message
          Message obtained from the foreign JMS server.
 

Methods in org.objectweb.joram.mom.dest.jmsbridge that return Message
 Message JMSBridgeDeliveryNot.getMessage()
          Returns the message obtained from the foreign JMS server.
 Message JMSBridgeModule.receiveNoWait()
          Synchronous method requesting an immediate delivery from the foreign JMS destination.
 

Methods in org.objectweb.joram.mom.dest.jmsbridge with parameters of type Message
protected  void JMSBridgeModule.acknowledge(Message message)
          Acknowledges a message successfully delivered to the foreign JMS server.
 void JMSBridgeModule.send(Message message)
          Sends a message to the foreign JMS destination.
 

Constructors in org.objectweb.joram.mom.dest.jmsbridge with parameters of type Message
JMSBridgeDeliveryNot(Message message)
          Constructs a BridgeDeliveryNot wrapping a given message obtained from a foreign JMS server.
 

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

Fields in org.objectweb.joram.mom.messages declared as Message
private  Message Message.msg
          Reference to the MOM message.
 

Methods in org.objectweb.joram.mom.messages that return Message
 Message Message.getFullMessage()
          Returns the contained message with body.
 Message Message.getHeaderMessage()
          Returns the contained message eventually without the body.
 

Constructors in org.objectweb.joram.mom.messages with parameters of type Message
Message(Message msg)
          Constructs a Message instance.
 

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

Fields in org.objectweb.joram.mom.notifications declared as Message
private  Message ClientMessages.message
          Message sent by the client.
private  Message BrowseReply.message
          The message contained in the queue.
 

Methods in org.objectweb.joram.mom.notifications with parameters of type Message
 void QueueMsgReply.addMessage(Message msg)
           
 void ClientMessages.addMessage(Message msg)
          Adds a message to deliver.
 void BrowseReply.addMessage(Message msg)
          Adds a message.
 

Constructors in org.objectweb.joram.mom.notifications with parameters of type Message
ClientMessages(int clientContext, int requestId, Message message)
          Constructs a ClientMessages instance.
 

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

Methods in org.objectweb.joram.mom.util with parameters of type Message
 void DMQManager.addDeadMessage(Message mess, short reason)
          Stocks a dead message waiting to be sent to the DMQ.
 

Uses of Message in org.objectweb.joram.shared.admin
 

Fields in org.objectweb.joram.shared.admin declared as Message
private  Message GetSubscriptionMessageRep.msg
           
private  Message GetQueueMessageRep.msg
           
 

Methods in org.objectweb.joram.shared.admin that return Message
 Message GetSubscriptionMessageRep.getMessage()
           
 Message GetQueueMessageRep.getMessage()
           
 

Constructors in org.objectweb.joram.shared.admin with parameters of type Message
GetQueueMessageRep(Message msg)
           
GetSubscriptionMessageRep(Message msg)
           
 

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

Methods in org.objectweb.joram.shared.client with parameters of type Message
 void QBrowseReply.addMessage(Message msg)
           
 void ProducerMessages.addMessage(Message msg)
          Adds a message to deliver.
 void ConsumerMessages.addMessage(Message msg)
           
 

Constructors in org.objectweb.joram.shared.client with parameters of type Message
ConsumerMessages(int correlationId, Message message, java.lang.String comingFrom, boolean queueMode)
          Constructs a ConsumerMessages instance.
ProducerMessages(java.lang.String dest, Message msg)
          Constructs a ProducerMessages instance carrying a single message.
 

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

Methods in org.objectweb.joram.shared.messages that return Message
static Message Message.soapDecode(java.util.Hashtable h)
           
 

Uses of Message in org.objectweb.joram.shared.selectors
 

Fields in org.objectweb.joram.shared.selectors declared as Message
private  Message Filter.message
           
private  Message CUP$Filter$actions.message
           
 

Methods in org.objectweb.joram.shared.selectors with parameters of type Message
(package private) static java.lang.Object Interpreter.interpret(java.lang.String name, Message message, java.lang.String syntaxType)
          Calls the appropriate method for interpreting a field name according to the syntax type.
private static java.lang.Object Interpreter.jmsInterpret(java.lang.String name, Message message)
          Retrieves the value of a field following the JMS syntax rules.
static boolean Selector.matches(Message message, java.lang.String selector)
          Destinations call this method to filter a message according to a selector.
 

Constructors in org.objectweb.joram.shared.selectors with parameters of type Message
CUP$Filter$actions(Filter parser, Message message, java.lang.String syntaxType)
          Constructor
Filter(java_cup.runtime.Scanner s, Message message, java.lang.String syntaxType)
          Constructor which sets the default scanner.
 



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