org.mule.api.context.notification |
|
Java Source File Name | Type | Comment |
BlockingServerEvent.java | Interface | |
ConnectionNotificationListener.java | Interface | 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.java | Interface | CustomNotificationListener is an observer interface that can be
used to listen for Custom notifications using
UMOManager.fireCustomEvent(..) . |
ExceptionNotificationListener.java | Interface | 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.java | Interface | |
MessageNotificationListener.java | Interface | |
ModelNotificationListener.java | Interface | 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.java | Interface | 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.java | Interface | RegistryNotificationListener is an observer interface that objects
can implement and then register themselves with the MuleContext to be notified
when a Registry event occurs. |
SecurityNotificationListener.java | Interface | MuleContextNotificationListener is an observer interface that objects
can implement to receive notifications about secure access requests. |
ServerNotification.java | Class | ServerNotification is an event triggered by something happening
in the Server itself such as the server starting or a service being registered. |
ServerNotificationHandler.java | Interface | |
ServerNotificationListener.java | Interface | 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.java | Interface | 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.java | Interface | 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. |