Uses of Interface
fr.dyade.aaa.agent.AgentMBean
-
Packages that use AgentMBean Package Description 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 Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents.org.objectweb.joram.mom.util org.ow2.joram.mom.amqp -
-
Uses of AgentMBean in com.scalagent.joram.mom.dest.ftp
Classes in com.scalagent.joram.mom.dest.ftp that implement AgentMBean Modifier and Type Class Description classFtpQueueTheFtpQueueclass 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 Modifier and Type Class Description classSchedulerQueueThis 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 Modifier and Type Class Description classAgentTheAgentclass represents the basic component in our model.(package private) classAgentFactoryAgentused to allow remote agent creation. -
Uses of AgentMBean in fr.dyade.aaa.jndi2.server
Classes in fr.dyade.aaa.jndi2.server that implement AgentMBean Modifier and Type Class Description classContainer -
Uses of AgentMBean in org.objectweb.joram.mom.dest
Subinterfaces of AgentMBean in org.objectweb.joram.mom.dest Modifier and Type Interface Description interfaceAcquisitionQueueMBeanJMX interface for the monitoring queue.interfaceAcquisitionTopicMBeanJMX interface for the monitoring topic.interfaceAdminTopicMBeaninterfaceClusterQueueMBeaninterfaceDestinationMBeaninterfaceDistributionQueueMBeaninterfaceDistributionTopicMBeaninterfaceQueueMBeaninterfaceTopicMBeanClasses in org.objectweb.joram.mom.dest that implement AgentMBean Modifier and Type Class Description classAcquisitionQueueTheAcquisitionQueueclass implements the MOM acquisition queue behavior, basically acquiring messages periodically or on client request, using anAcquisitionModule.classAcquisitionTopicTheAcquisitionTopicclass implements the MOM acquisition topic behavior, basically acquiring messages periodically or on client request, using anAcquisitionModule.classAdminTopicTheAdminTopicclass implements the administration topic behavior, basically processing administration requests.classAliasInQueueTheAliasInQueueclass forwards messages to a destination in an other Joram server using the destination ID.classAliasQueueTheAliasQueueclass forwards messages to a destination in an other Joram server using the destination ID.classClusterQueueTheClusterQueueclass implements the cluster queue behavior.classDestinationTheDestinationclass implements the common behavior of MOM destinations.classDistributionQueueTheDistributionQueueclass implements the MOM distribution queue behavior, delivering messages via theDistributionModule.classDistributionTopicTheDistributionQueueclass implements the MOM distribution topic behavior, delivering messages via theDistributionModule.classElasticTopicClass describing a node of a scalable topic tree.classQueueTheQueueclass implements the MOM queue behavior, basically storing messages and delivering them upon clients requests.classTopicTheTopicclass implements the MOM topic behavior, basically distributing the received messages to subscribers. -
Uses of AgentMBean in org.objectweb.joram.mom.proxies
Subinterfaces of AgentMBean in org.objectweb.joram.mom.proxies Modifier and Type Interface Description interfaceUserAgentMBeanClasses in org.objectweb.joram.mom.proxies that implement AgentMBean Modifier and Type Class Description classUserAgentTheUserAgentclass implements the MOM proxy behaviour, basically forwarding client requests to MOM destinations and MOM destinations replies to clients. -
Uses of AgentMBean in org.objectweb.joram.mom.util
Classes in org.objectweb.joram.mom.util that implement AgentMBean Modifier and Type Class Description classSynchronousAgentDeprecated. -
Uses of AgentMBean in org.ow2.joram.mom.amqp
Classes in org.ow2.joram.mom.amqp that implement AgentMBean Modifier and Type Class Description classAMQPAgentAnAMQPAgentis responsible of the communications with other Joram AMQP servers.
-