Package org.mule.context.notification

Internal server notification types fired via the MuleManager.

See:
          Description

Class Summary
ComponentMessageNotification These notifications are fired when before and after a service component is invoked.
ConnectionNotification Is fired by a connector when a connection is made or disconnected.
CustomNotification 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.
EndpointMessageNotification These notifications are fired when either a message is either: received by an endpoint, sent or dispatched from an endpoint or requested from an endpoint.
ExceptionNotification  
ListenerSubscriptionPair A simple tuple that stores a listener with an optional subscription (used to match a resource ID).
ManagementNotification ManagementNotification is fired when monitored resources such as internal queues reach capacity
MessageNotification Deprecated. renamed to EndpointMessageNotification
ModelNotification ModelNotification is fired when an event such as the model starting occurs.
MuleContextNotification MuleContextNotification is fired when an event such as the mule context starting occurs.
OptimisedNotificationHandler Optimized to make a quick decision on a particular class of messages.
RegistryNotification RegistryNotification is fired when an event such as a Registry being started occurs.
RoutingNotification Is fired by routers.
SecurityNotification SecurityNotification is fired when a request for authorisation occurs.
ServerNotificationManager A reworking of the event manager that allows efficient behaviour without global on/off switches in the config.
ServiceNotification ServiceNotification is fired when an event such as the service starting occurs.
TransactionNotification  
 

Exception Summary
NotificationException Thrown by the ServerNotification Manager if unrecognised listeners or events are passed to the manager
 

Package org.mule.context.notification Description

Internal server notification types fired via the MuleManager.



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.