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