org.mule.api.context.notification
Interface ServerNotificationListener<T extends ServerNotification>
- All Known Subinterfaces:
- ComponentMessageNotificationListener<T>, ConnectionNotificationListener<T>, CustomNotificationListener<T>, EndpointMessageNotificationListener<T>, ExceptionNotificationListener<T>, FunctionalTestNotificationListener, HeartbeatNotificationListener<T>, ManagementNotificationListener<T>, ModelNotificationListener<T>, MuleContextNotificationListener<T>, RegistryNotificationListener<T>, RemoteDispatcherNotificationListener<T>, RoutingNotificationListener<T>, SecurityNotificationListener<T>, ServiceNotificationListener<T>, ServletContextNotificationListener<T>, TransactionNotificationListener<T>
- All Known Implementing Classes:
- ActiveMQJmsConnector, ActiveMQXAJmsConnector, AxisConnector, AxisWsdlConnector, CxfConnector, CxfWsdlConnector, JmsConnector, JmxAgent.MuleContextStartedListener, JmxAgent.MuleContextStoppedListener, WeblogicJmsConnector, WebsphereJmsConnector
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.
onNotification
void onNotification(T notification)
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.