|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.management.agents | Management agents including agents for Jdmk, MX4J, and Log4J |
org.mule.tck.testmodels.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.management.agents |
Classes in org.mule.management.agents that implement UMOAgent | |
class |
DefaultJmxSupportAgent
TODO document. |
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. |
Methods in org.mule.management.agents with parameters of type UMOAgent | |
protected boolean |
DefaultJmxSupportAgent.isAgentRegistered(UMOAgent agent)
|
Uses of UMOAgent in org.mule.tck.testmodels.mule |
Classes in org.mule.tck.testmodels.mule that implement UMOAgent | |
class |
TestAgent
Mock agent |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |