Uses of Interface
org.mule.umo.manager.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 Admin components and Agents used to control and Monitor Mule 
org.mule.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
 

Uses of UMOAgent in org.mule
 

Methods in org.mule that return UMOAgent
 UMOAgent MuleManager.lookupAgent(String name)
           
 UMOAgent MuleManager.unregisterAgent(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 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
 class MuleAdminAgent
          MuleAdminAgent manages the server endpoint that receives Admin and remote client requests
 

Uses of UMOAgent in org.mule.umo.manager
 

Methods in org.mule.umo.manager that return UMOAgent
 UMOAgent UMOManager.lookupAgent(String name)
          Will find a registered agent using its name, which is unique for all registered agents
 UMOAgent UMOManager.unregisterAgent(String name)
          Removes and destroys a registered agent
 

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



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.