Uses of Interface
fr.dyade.aaa.agent.AgentMBean

Packages that use AgentMBean
com.scalagent.joram.mom.dest.ftp   
com.scalagent.joram.mom.dest.scheduler   
fr.dyade.aaa.agent   
fr.dyade.aaa.jndi2.server   
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.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 AgentMBean in com.scalagent.joram.mom.dest.ftp
 

Classes in com.scalagent.joram.mom.dest.ftp that implement AgentMBean
 class FtpQueue
          The FtpQueue class implements the MOM queue behaviour, basically storing messages and delivering them upon clients requests.
 

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

Classes in com.scalagent.joram.mom.dest.scheduler that implement AgentMBean
 class SchedulerQueue
          This class overrides the default Queue behavior in order to allow timed deliveries.
 

Uses of AgentMBean in fr.dyade.aaa.agent
 

Classes in fr.dyade.aaa.agent that implement AgentMBean
 class Agent
          The Agent class represents the basic component in our model.
 

Uses of AgentMBean in fr.dyade.aaa.jndi2.server
 

Classes in fr.dyade.aaa.jndi2.server that implement AgentMBean
 class Container
           
 

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

Subinterfaces of AgentMBean in org.objectweb.joram.mom.dest
 interface AcquisitionQueueMBean
          JMX interface for the monitoring queue.
 interface AcquisitionTopicMBean
          JMX interface for the monitoring topic.
 interface AdminTopicMBean
           
 interface ClusterQueueMBean
           
 interface DestinationMBean
           
 interface QueueMBean
           
 interface TopicMBean
           
 

Classes in org.objectweb.joram.mom.dest that implement AgentMBean
 class AcquisitionQueue
          The AcquisitionQueue class implements the MOM acquisition queue behavior, basically acquiring messages periodically or on client request, using an AcquisitionModule.
 class AcquisitionTopic
          The AcquisitionTopic class implements the MOM acquisition topic behavior, basically acquiring messages periodically or on client request, using an AcquisitionModule.
 class AdminTopic
          The AdminTopic class implements the administration topic behavior, basically processing administration requests.
 class ClusterQueue
          The ClusterQueue class implements the cluster queue behavior.
 class Destination
          The Destination class implements the common behavior of MOM destinations.
 class DistributionQueue
          The DistributionQueue class implements the MOM distribution queue behavior, delivering messages via the DistributionModule.
 class DistributionTopic
          The DistributionQueue class implements the MOM distribution topic behavior, delivering messages via the DistributionModule.
 class Queue
          The Queue class implements the MOM queue behavior, basically storing messages and delivering them upon clients requests.
 class Topic
          The Topic class implements the MOM topic behavior, basically distributing the received messages to subscribers.
 

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

Classes in org.objectweb.joram.mom.dest.jmsbridge that implement AgentMBean
 class JMSBridgeQueue
          The BridgeQueue class implements a specific queue which forwards the messages it receives to a foreign JMS destination, and gets the messages it is requested to deliver from the same foreign destination.
 class JMSBridgeTopic
          The BridgeTopic class implements a specific topic which forwards the messages it receives to a foreign JMS destination, and gets the messages it is requested to deliver from the same foreign destination.
 

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

Subinterfaces of AgentMBean in org.objectweb.joram.mom.proxies
 interface UserAgentMBean
           
 

Classes in org.objectweb.joram.mom.proxies that implement AgentMBean
 class UserAgent
          The UserAgent class implements the MOM proxy behaviour, basically forwarding client requests to MOM destinations and MOM destinations replies to clients.
 



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