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

Packages that use MuleContextNotification
org.mule.api.context.notification   
org.mule.module.management.agent Management agents including agents for Jdmk, MX4J, and Log4J 
org.mule.transport.ajax.embedded A AJAX transport allows Mule applications to send a receive events to the web browser. 
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.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.ajax.embedded
 

Methods in org.mule.transport.ajax.embedded with parameters of type MuleContextNotification
 void AjaxConnector.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-2010 MuleSoft, Inc.. All Rights Reserved.