Uses of Class
org.objectweb.joram.mom.notifications.ClientMessages

Packages that use ClientMessages
com.scalagent.joram.mom.dest.ftp   
com.scalagent.joram.mom.dest.scheduler   
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.jmsbridge The org.objectweb.joram.mom.dest.jmsbridge package provides utility classes used by the MOM destinations and proxies. 
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.proxies The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. 
org.objectweb.joram.mom.util   
 

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

Subclasses of ClientMessages in com.scalagent.joram.mom.dest.ftp
 class FtpNot
           
 

Methods in com.scalagent.joram.mom.dest.ftp that return ClientMessages
 ClientMessages FtpQueueImpl.preProcess(AgentId from, ClientMessages not)
           
 

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

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

Methods in com.scalagent.joram.mom.dest.scheduler with parameters of type ClientMessages
 void SchedulerQueueImpl.postProcess(ClientMessages not)
           
 

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

Fields in org.objectweb.joram.mom.dest declared as ClientMessages
private  ClientMessages AcquisitionNot.acquiredMessages
           
 ClientMessages TopicForwardNot.messages
          The forwarded messages.
 

Methods in org.objectweb.joram.mom.dest that return ClientMessages
 ClientMessages AcquisitionModule.acquisitionNot(AcquisitionNot not, long msgCount)
           
 ClientMessages AcquisitionNot.getAcquiredMessages()
           
protected  ClientMessages QueueImpl.getClientMessages(int nb, java.lang.String selector, boolean remove)
          Get a client message contain nb messages.
protected  ClientMessages ClusterQueueImpl.getClientMessages(int nb, java.lang.String selector, boolean remove)
          get a client message contain nb messages.
 ClientMessages DistributionTopicImpl.preProcess(AgentId from, ClientMessages cm)
           
 ClientMessages DistributionQueueImpl.preProcess(AgentId from, ClientMessages cm)
           
 ClientMessages DestinationImpl.preProcess(AgentId from, ClientMessages msgs)
          This method is needed to add processing before the standard handling.
 ClientMessages ClusterQueueImpl.preProcess(AgentId from, ClientMessages not)
          overload preProcess(AgentId, ClientMessages) store all msgId in timeTable and visitTable.
 ClientMessages AdminTopicImpl.preProcess(AgentId from, ClientMessages msgs)
          Overrides this DestinationImpl method; ClientMessages notifications hold requests sent by an administrator.
 ClientMessages AcquisitionTopicImpl.preProcess(AgentId from, ClientMessages cm)
          Incoming JMS messages are used for configuration, they are processed by the acquisition module and a null ClientMessages is always returned to the base implementation.
 ClientMessages AcquisitionQueueImpl.preProcess(AgentId from, ClientMessages cm)
          Incoming JMS messages are used for configuration, they are processed by the acquisition module and a null ClientMessages is always returned to the base implementation.
 ClientMessages DistributionModule.processMessages(ClientMessages cm)
          Messages received on the distribution destination are distributed using the specified DistributionHandler.
 

Methods in org.objectweb.joram.mom.dest with parameters of type ClientMessages
 void QueueImpl.addClientMessages(ClientMessages clientMsgs)
          Adds the client messages in the queue.
protected  void DestinationImpl.clientMessages(AgentId from, ClientMessages not)
          Method implementing the reaction to a ClientMessages notification holding messages sent by a client.
protected  void TopicImpl.doClientMessages(AgentId from, ClientMessages not)
          Method specifically processing a ClientMessages instance.
protected  void QueueImpl.doClientMessages(AgentId from, ClientMessages not)
          Method specifically processing a ClientMessages instance.
protected abstract  void DestinationImpl.doClientMessages(AgentId from, ClientMessages not)
           
protected  void TopicImpl.forwardMessages(ClientMessages messages)
          Actually forwards a vector of messages to the father or the cluster fellows, if any.
 void DestinationImpl.postProcess(ClientMessages msgs)
          This method is needed to add processing after the standard handling.
 void ClusterQueueImpl.postProcess(ClientMessages not)
          call factorCheck to evaluate the loading factor, activity, ... and send message to cluster if need.
 ClientMessages DistributionTopicImpl.preProcess(AgentId from, ClientMessages cm)
           
 ClientMessages DistributionQueueImpl.preProcess(AgentId from, ClientMessages cm)
           
 ClientMessages DestinationImpl.preProcess(AgentId from, ClientMessages msgs)
          This method is needed to add processing before the standard handling.
 ClientMessages ClusterQueueImpl.preProcess(AgentId from, ClientMessages not)
          overload preProcess(AgentId, ClientMessages) store all msgId in timeTable and visitTable.
 ClientMessages AdminTopicImpl.preProcess(AgentId from, ClientMessages msgs)
          Overrides this DestinationImpl method; ClientMessages notifications hold requests sent by an administrator.
 ClientMessages AcquisitionTopicImpl.preProcess(AgentId from, ClientMessages cm)
          Incoming JMS messages are used for configuration, they are processed by the acquisition module and a null ClientMessages is always returned to the base implementation.
 ClientMessages AcquisitionQueueImpl.preProcess(AgentId from, ClientMessages cm)
          Incoming JMS messages are used for configuration, they are processed by the acquisition module and a null ClientMessages is always returned to the base implementation.
private  void AdminTopicImpl.processAdminRequests(ClientMessages not)
          Method getting the administration requests from messages, and distributing them to the appropriate reactions.
protected  void TopicImpl.processMessages(ClientMessages not)
          Actually processes the distribution of the received messages to the valid subscriptions by sending a TopicMsgsReply notification to the valid subscribers.
 ClientMessages DistributionModule.processMessages(ClientMessages cm)
          Messages received on the distribution destination are distributed using the specified DistributionHandler.
 java.util.Properties AcquisitionModule.processMessages(ClientMessages cm)
          In periodic mode (period > 0), a message with non-null properties will be treated as a new configuration for the destination, and ignored otherwise.
 

Constructors in org.objectweb.joram.mom.dest with parameters of type ClientMessages
AcquisitionNot(ClientMessages acquiredMessages, boolean persistent, java.lang.String id)
           
TopicForwardNot(ClientMessages messages, boolean toFather)
          Constructs a TopicForwardNot instance.
 

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

Methods in org.objectweb.joram.mom.dest.jmsbridge that return ClientMessages
 ClientMessages JMSBridgeTopicImpl.preProcess(AgentId from, ClientMessages not)
          Method specializing the reaction to a ClientMessages instance.
 ClientMessages JMSBridgeQueueImpl.preProcess(AgentId from, ClientMessages not)
          Method specializing the processing of a ClientMessages instance.
 

Methods in org.objectweb.joram.mom.dest.jmsbridge with parameters of type ClientMessages
 ClientMessages JMSBridgeTopicImpl.preProcess(AgentId from, ClientMessages not)
          Method specializing the reaction to a ClientMessages instance.
 ClientMessages JMSBridgeQueueImpl.preProcess(AgentId from, ClientMessages not)
          Method specializing the processing of a ClientMessages instance.
 

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

Fields in org.objectweb.joram.mom.notifications declared as ClientMessages
private  ClientMessages LBMessageGive.clientMessages
           
private  ClientMessages LBCycleLife.clientMessages
           
 

Methods in org.objectweb.joram.mom.notifications that return ClientMessages
 ClientMessages LBMessageGive.getClientMessages()
           
 ClientMessages LBCycleLife.getClientMessages()
           
 

Methods in org.objectweb.joram.mom.notifications with parameters of type ClientMessages
 void RequestGroupNot.addClientMessages(ClientMessages cm)
           
 void LBMessageGive.setClientMessages(ClientMessages clientMessages)
           
 void LBCycleLife.setClientMessages(ClientMessages clientMessages)
           
 

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

Methods in org.objectweb.joram.mom.proxies with parameters of type ClientMessages
private  void ProxyImpl.setDmq(ClientMessages not)
           
 

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

Fields in org.objectweb.joram.mom.util declared as ClientMessages
private  ClientMessages DMQManager.deadMessages
           
 



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