Uses of Class
org.mule.module.client.remoting.notification.RemoteDispatcherNotification

Packages that use RemoteDispatcherNotification
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.client.remoting   
org.mule.module.client.remoting.notification   
 

Uses of RemoteDispatcherNotification in org.mule.module.client
 

Methods in org.mule.module.client with parameters of type RemoteDispatcherNotification
protected  MuleMessage RemoteDispatcher.dispatchAction(RemoteDispatcherNotification action, boolean synchronous, int timeout)
           
 

Uses of RemoteDispatcherNotification in org.mule.module.client.remoting
 

Methods in org.mule.module.client.remoting with parameters of type RemoteDispatcherNotification
protected  Object RemoteDispatcherComponent.invokeAction(RemoteDispatcherNotification action, MuleEventContext context)
           
protected  Object RemoteDispatcherComponent.receiveAction(RemoteDispatcherNotification action, MuleEventContext context)
           
protected  Object RemoteDispatcherComponent.sendAction(RemoteDispatcherNotification action, MuleEventContext context)
           
 

Uses of RemoteDispatcherNotification in org.mule.module.client.remoting.notification
 

Classes in org.mule.module.client.remoting.notification with type parameters of type RemoteDispatcherNotification
 interface RemoteDispatcherNotificationListener<T extends RemoteDispatcherNotification>
          ManagementNotificationListener is an observer interface that objects can use to receive notifications about the state of the Mule instance and its resources
 



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