org.mule.api.context.notification
Interface ServerNotificationListener<T extends ServerNotification>

All Known Subinterfaces:
AsyncMessageNotificationListener<T>, ClusterNodeNotificationListener<T>, ComponentMessageNotificationListener<T>, ConnectionNotificationListener<T>, CustomNotificationListener<T>, EndpointMessageNotificationListener<T>, ExceptionNotificationListener<T>, ExceptionStrategyNotificationListener<T>, FunctionalTestNotificationListener, HeartbeatNotificationListener<T>, ManagementNotificationListener<T>, MessageProcessorNotificationListener<T>, ModelNotificationListener<T>, MuleContextNotificationListener<T>, PipelineMessageNotificationListener<T>, RegistryNotificationListener<T>, RemoteDispatcherNotificationListener<T>, RoutingNotificationListener<T>, SecurityNotificationListener<T>, ServiceNotificationListener<T>, ServletContextNotificationListener<T>, SftpTransportNotificationListener, TransactionNotificationListener<T>
All Known Implementing Classes:
AxisConnector, AxisWsdlConnector, JmxAgent.MuleContextStartedListener, JmxAgent.MuleContextStoppedListener, PrimaryNodeLifecycleNotificationListener

public interface ServerNotificationListener<T extends ServerNotification>

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.


Method Summary
 void onNotification(T notification)
           
 

Method Detail

onNotification

void onNotification(T notification)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.