Uses of Interface
org.mule.api.agent.Agent

Packages that use Agent
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.agent Admin components and Agents used to control and Monitor Mule 
org.mule.api.registry   
org.mule.registry   
 

Uses of Agent in org.mule
 

Classes in org.mule that implement Agent
 class AbstractAgent
          Implements common methods for all Agents.
 

Uses of Agent in org.mule.agent
 

Classes in org.mule.agent that implement 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 Agent in org.mule.api.registry
 

Methods in org.mule.api.registry that return Agent
 Agent MuleRegistry.lookupAgent(String agentName)
           
 

Methods in org.mule.api.registry that return types with arguments of type Agent
 Collection<Agent> MuleRegistry.getAgents()
          Deprecated. Use lookupAgent() instead
 

Methods in org.mule.api.registry with parameters of type Agent
 void MuleRegistry.registerAgent(Agent agent)
           
 

Uses of Agent in org.mule.registry
 

Methods in org.mule.registry that return Agent
 Agent MuleRegistryHelper.lookupAgent(String name)
          
 

Methods in org.mule.registry that return types with arguments of type Agent
 Collection<Agent> MuleRegistryHelper.getAgents()
          
 

Methods in org.mule.registry with parameters of type Agent
 void MuleRegistryHelper.registerAgent(Agent agent)
          
 



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