Uses of Class
org.mule.AbstractAgent

Packages that use AbstractAgent
org.mule.agent Admin components and Agents used to control and Monitor Mule 
org.mule.example.notifications   
org.mule.module.client.remoting   
org.mule.module.management.agent Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.transport.servlet.jetty   
 

Uses of AbstractAgent in org.mule.agent
 

Subclasses of AbstractAgent in org.mule.agent
 class AbstractNotificationLoggerAgent
          AbstractNotificationLoggerAgent Receives Mule server notifications and logs them and can optionally route them to an endpoint.
 class EndpointNotificationLoggerAgent
          EndpointAbstractEventLoggerAgent will forward server notifications to a configurered endpoint uri.
 class Log4jNotificationLoggerAgent
          AbstractNotificationLoggerAgent Receives Mule server notifications and logs them and can optionally route them to an endpoint
 

Uses of AbstractAgent in org.mule.example.notifications
 

Subclasses of AbstractAgent in org.mule.example.notifications
 class HeartbeatAgent
          A simple agent that fire HeartbeatNotification events at a given frequency to notify that the server is alive and well.
 

Uses of AbstractAgent in org.mule.module.client.remoting
 

Subclasses of AbstractAgent in org.mule.module.client.remoting
 class RemoteDispatcherAgent
          RemoteDispatcherAgent manages the server endpoint that receives Admin and remote client requests
 

Uses of AbstractAgent in org.mule.module.management.agent
 

Subclasses of AbstractAgent in org.mule.module.management.agent
 class DefaultJmxSupportAgent
           
 class JdmkAgent
          JdmkAgent configures an Jdmk Http Adaptor for Jmx management, statistics and configuration viewing of a Mule instance.
 class JmxAgent
          JmxAgent registers Mule Jmx management beans with an MBean server.
 class JmxServerNotificationAgent
          An agent that propergates Mule Server notifications to Jmx.
 class Log4jAgent
          Log4jAgent exposes the configuration of the Log4J instance running in Mule for Jmx management
 class Mx4jAgent
          Mx4jAgent configures an Mx4J Http Adaptor for Jmx management, statistics and configuration viewing of a Mule instance.
 class RmiRegistryAgent
          Binds to an existing RMI registry or creates a new one on a defined URI.
 class WrapperManagerAgent
          This agent integrates Java Service Wrapper into Mule.
 

Uses of AbstractAgent in org.mule.transport.servlet.jetty
 

Subclasses of AbstractAgent in org.mule.transport.servlet.jetty
 class JettyWebappServerAgent
          A 'proxy' agent that displays info about any webapps deployed together with their entry-point url.
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.