org.mule.umo.manager
Interface UMOServerNotificationListener
- All Known Subinterfaces:
- AdminNotificationListener, ComponentNotificationListener, ConnectionNotificationListener, CustomNotificationListener, ExceptionNotificationListener, FunctionalTestNotificationListener, ManagementNotificationListener, ManagerNotificationListener, MessageNotificationListener, ModelNotificationListener, SecurityNotificationListener, TransactionNotificationListener
- All Known Implementing Classes:
- AbstractOracleJmsConnector, ActiveMqJmsConnector, AxisConnector, AxisWsdlConnector, JmsConnector, OracleInContainerJmsConnector, OracleJmsConnector, WeblogicJmsConnector, WebsphereJmsConnector, XFireConnector, XFireWsdlConnector
public interface UMOServerNotificationListener
UMOServerNotificationListener
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(UMOServerNotification notification)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.