Uses of Class
org.mule.context.notification.MuleContextNotification

Packages that use MuleContextNotification
org.mule.api.context.notification   
org.mule.module.launcher.application   
org.mule.module.management.agent Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.transport.soap.axis Provides an Axis soap transport for Mule
 

Uses of MuleContextNotification in org.mule.api.context.notification
 

Classes in org.mule.api.context.notification with type parameters of type MuleContextNotification
 interface MuleContextNotificationListener<T extends MuleContextNotification>
          MuleContextNotificationListener is an observer interface that objects can implement and then register themselves with the Mule manager to be notified when a Manager event occurs.
 

Uses of MuleContextNotification in org.mule.module.launcher.application
 

Methods in org.mule.module.launcher.application with parameters of type MuleContextNotification
 void DefaultMuleApplication.FileWatcherNotificationListener.onNotification(MuleContextNotification notification)
           
 

Uses of MuleContextNotification in org.mule.module.management.agent
 

Methods in org.mule.module.management.agent with parameters of type MuleContextNotification
 void JmxAgent.MuleContextStartedListener.onNotification(MuleContextNotification notification)
           
 void JmxAgent.MuleContextStoppedListener.onNotification(MuleContextNotification notification)
           
 

Uses of MuleContextNotification in org.mule.transport.soap.axis
 

Methods in org.mule.transport.soap.axis with parameters of type MuleContextNotification
 void AxisConnector.onNotification(MuleContextNotification notification)
           
 



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