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
|
ComponentMessageNotificationListener |
ComponentMessageNotificationListener is an observer interface that objects
can use to receive notifications about messages being processed by components
|
ConnectionNotificationListener |
ConnectionNotificationListener is an observer interface that
objects can implement and then register themselves with the Mule manager to be
notified when a Connection event occurs.
|
CustomNotificationListener |
CustomNotificationListener is an observer interface that can be
used to listen for Custom notifications using
UMOManager.fireCustomEvent(..) .
|
EndpointMessageNotificationListener |
EndpointMessageNotificationListener is an observer interface that objects
can use to receive notifications about messages being sent and received from endpoints
|
ExceptionNotificationListener |
ExceptionNotificationListener is an observer interface that
objects can implement and then register themselves with the Mule manager to be
notified when a Exception event occurs.
|
ManagementNotificationListener |
ManagementNotificationListener is an observer interface that
objects can use to receive notifications about the state of the Mule instance and
its resources
|
MessageNotificationListener |
MessageNotificationListener is an observer interface that objects
can use to receive notifications about messages being sent and received from a
Mule Server
|
ModelNotificationListener |
ModelNotificationListener is an observer interface that objects can
implement and then register themselves with the Mule manager to be notified when a
Model event occurs.
|
MuleContextNotificationListener |
MuleContextNotificationListener is an observer interface that objects
can implement and then register themselves with the Mule manager to be notified
when a Manager event occurs.
|
RegistryNotificationListener |
RegistryNotificationListener is an observer interface that objects
can implement and then register themselves with the MuleContext to be notified
when a Registry event occurs.
|
RoutingNotificationListener |
RoutingNotificationListener is an observer interface that objects
can use to receive notifications about routing events such as async-reply misses.
|
SecurityNotificationListener |
MuleContextNotificationListener is an observer interface that objects
can implement to receive notifications about secure access requests.
|
ServerNotificationHandler |
|
ServerNotificationListener |
ServerNotificationListener is an observer interface that ojects
can implement and register themselves with the Mule Server to receive
notifications when the server, model and components stop, start, initialise, etc.
|
ServiceNotificationListener |
ServiceNotificationListener is an observer interface that objects
can implement and then register themselves with the Mule manager to be notified
when a Service event occurs.
|
TransactionNotificationListener |
TransactionNotificationListener is an observer interface that objects
can implement and then register themselves with the Mule manager to be notified
when a Transaction event occurs.
|