Uses of Interface
org.mule.api.context.notification.ServerNotificationHandler

Packages that use ServerNotificationHandler
org.mule.component   
org.mule.context.notification Internal server notification types fired via the MuleManager. 
 

Uses of ServerNotificationHandler in org.mule.component
 

Fields in org.mule.component declared as ServerNotificationHandler
protected  ServerNotificationHandler AbstractComponent.notificationHandler
           
 

Uses of ServerNotificationHandler in org.mule.context.notification
 

Classes in org.mule.context.notification that implement ServerNotificationHandler
 class OptimisedNotificationHandler
          Optimized to make a quick decision on a particular class of messages.
 class ServerNotificationManager
          A reworking of the event manager that allows efficient behaviour without global on/off switches in the config.
 

Constructors in org.mule.context.notification with parameters of type ServerNotificationHandler
OptimisedNotificationHandler(ServerNotificationHandler delegate, Class type)
           
 



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