|
|||||||||||
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 compoennts and Agents used to control and Monitor Mule |
org.mule.management.agents | |
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.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.manager |
Methods in org.mule.umo.manager that return UMOAgent | |
UMOAgent |
UMOManager.removeAgent(java.lang.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 |