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.amqp   
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
 

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  boolean FtpQueue.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)
           
 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 SchedulerQueue.checkDelivery(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
static Message Message.wrapMomMessage(Session session, Message momMsg)
           
 

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

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 that return Message
protected  Message Destination.processInterceptors(Message msg)
          Interceptors process
 

Methods in org.objectweb.joram.mom.dest with parameters of type Message
protected  boolean Queue.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)
           
protected  Message Destination.processInterceptors(Message msg)
          Interceptors process
 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.amqp
 

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

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
 

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
 

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
 

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.
 boolean MessageInterceptor.handle(Message msg)
          Implement this method to intercept message on server side.
 

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

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 MessageHelper.createMessage(java.lang.String msgId, java.lang.String correlationId, java.lang.String destId, byte destType)
          Creates a well formed Message.
static Message Message.soapDecode(java.util.Hashtable h)
           
 

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

Methods in org.objectweb.joram.shared.selectors with parameters of type Message
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
Filter(java_cup.runtime.Scanner s, Message message, java.lang.String syntaxType)
          Constructor which sets the default scanner.
 



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