org.mule.context.notification |
Mule
Internal server notification types fired via the MuleManager.
|
Java Source File Name | Type | Comment |
Configuration.java | Class | This acts as a synchronized collection. |
ConnectionNotification.java | Class | Is fired by a connector when a connection is made, or disconnected of the
connection fails. |
CustomNotification.java | Class | CustomNotification Custom notifications can be used by components
and other objects such as routers, transformers, agents, etc to communicate a
change of state to each other. |
ExceptionNotification.java | Class | |
ListenerSubscriptionPair.java | Class | A simple tuple that stores a listener with an optional subscription (used to match a resource ID). |
ManagementNotification.java | Class | |
MessageNotification.java | Class | These notifications are fire when either a message is received via an endpoint, or
dispatcher of if a receive call is made on a dispatcher. |
ModelNotification.java | Class | ModelNotification is fired when an event such as the model starting
occurs. |
MuleContextNotification.java | Class | MuleContextNotification is fired when an event such as the mule
context starting occurs. |
NotificationException.java | Class | |
OptimisedNotificationHandler.java | Class | Optimized to make a quick decision on a particular class of messages. |
Policy.java | Class | For a particular configuration, this describes what events should be delivered where. |
RegistryNotification.java | Class | RegistyNotification is fired when an event such as an object being
registered in the Registry starting occurs. |
SecurityNotification.java | Class | SecurityNotification is fired when a request for authorisation
occurs. |
Sender.java | Class | This does the work necessary to deliver events to a particular listener. |
ServerNotificationManager.java | Class | A reworking of the event manager that allows efficient behaviour without global on/off
switches in the config.
The configuration and resulting policy are separate; the policy
is a summary of the configuration that contains information to decide whether a particular
message can be handled, and which updates that with experience gained handling messages.
When the configuration is changed the policy is rebuilt. |
ServiceNotification.java | Class | ServiceNotification is fired when an event such as the service
starting occurs. |
TransactionNotification.java | Class | |