Uses of Interface
org.mule.umo.UMOAgent

Packages that use UMOAgent
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.impl.internal.admin   
org.mule.management.agents   
org.mule.umo The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
 

Uses of UMOAgent in org.mule
 

Methods in org.mule that return UMOAgent
 UMOAgent MuleManager.removeAgent(java.lang.String name)
          Removes and destroys a registered agent
 

Methods in org.mule with parameters of type UMOAgent
 void MuleManager.registerAgent(UMOAgent agent)
          Will register an agent object on this model. Agents can be server plugins such as Jms support
 

Uses of UMOAgent in org.mule.impl.internal.admin
 

Classes in org.mule.impl.internal.admin that implement UMOAgent
 class AbstractEventLoggerAgent
          AbstractEventLoggerAgent Receives Mule server events and logs them and can optionally route them to an endpoint
 class EndpointAbstractEventLoggerAgent
          EndpointAbstractEventLoggerAgent will forward server events to a configurered endpoint uri.
 class Log4jAbstractEventLoggerAgent
          AbstractEventLoggerAgent Receives Mule server events and logs them and can optionally route them to an endpoint
 class MuleAdminAgent
          MuleAdminAgent manages the server endpoint that receives Admin and remote client requests
 

Uses of UMOAgent in org.mule.management.agents
 

Classes in org.mule.management.agents that implement UMOAgent
 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 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..
 

Uses of UMOAgent in org.mule.umo
 

Methods in org.mule.umo that return UMOAgent
 UMOAgent UMOManager.removeAgent(java.lang.String name)
          Removes and destroys a registered agent
 

Methods in org.mule.umo with parameters of type UMOAgent
 void UMOManager.registerAgent(UMOAgent agent)
          Will register an agent object on this model.
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.