Interface Summary |
AdminEventListener |
ManagementEventListener is an observer interface that objects can use to
receive events about the stated of the Mule instance and its respources |
BlockingServerEvent |
BlockingServerEvent is a marker interface that tells the server event manager
to publish this event in the current thread, thus blocking the current thread of execution
until all listeners have been processed |
ComponentEventListener |
ComponentEventListener is an observer interface that objects can implement and then
register themselves with the Mule manager to be notified when a Component event occurs. |
CustomEventListener |
CustomEventListener is an observer interface that can be used to
listen for Custom events using UMOManager.fireCustomEvent(..) . |
ManagementEventListener |
ManagementEventListener is an observer interface that objects can use to
receive events about the stated of the Mule instance and its respources |
ManagerEventListener |
ManagerEventListener is an observer interface that objects can implement and then
register themselves with the Mule manager to be notified when a Manager event occurs. |
ModelEventListener |
ModelEventListener is an observer interface that objects can implement and then
register themselves with the Mule manager to be notified when a Model event occurs. |
SecurityEventListener |
ManagerEventListener is an observer interface that objects can implement
to receive notifications about secure access requests. |
Class Summary |
AdminEvent |
AdminEvent is used to invoke actions on a remote mule server |
ComponentEvent |
ComponentEvent is fired when an event such as the component starting
occurs. |
CustomEvent |
CustomEvent Custom events can be used by components and other objects such as routers,
transformers, agents, etc to communicate a change of state to each other. |
ManagementEvent |
ManagementEvent is fired when monitored resources such as internal queues reach capacity |
ManagerEvent |
ManagerEvent is fired when an event such as the manager starting
occurs. |
ModelEvent |
ModelEvent is fired when an event such as the model starting
occurs. |
SecurityEvent |
SecurityEvent is fired when a request for authorisation occurs. |
ServerEventManager |
ServerEventManager manages all server listeners for a Mule Instance |