| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAgent
Implements common methods for all Agents.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
Agent |
MuleRegistry.lookupAgent(String agentName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Agent> |
MuleRegistry.getAgents()
Deprecated.
Use lookupAgent() instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRegistry.registerAgent(Agent agent) |
| Modifier and Type | Method and Description |
|---|---|
Agent |
MuleRegistryHelper.lookupAgent(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Agent> |
MuleRegistryHelper.getAgents() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRegistryHelper.registerAgent(Agent agent) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.