Uses of Interface
org.mule.api.retry.RetryNotifier

Packages that use RetryNotifier
org.mule.api.retry   
org.mule.retry.policies   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
 

Uses of RetryNotifier in org.mule.api.retry
 

Methods in org.mule.api.retry that return RetryNotifier
 RetryNotifier RetryPolicyTemplate.getNotifier()
           
 

Methods in org.mule.api.retry with parameters of type RetryNotifier
 void RetryPolicyTemplate.setNotifier(RetryNotifier retryNotifier)
           
 

Uses of RetryNotifier in org.mule.retry.policies
 

Fields in org.mule.retry.policies declared as RetryNotifier
protected  RetryNotifier AbstractPolicyTemplate.notifier
           
 

Methods in org.mule.retry.policies that return RetryNotifier
 RetryNotifier AbstractPolicyTemplate.getNotifier()
           
 

Methods in org.mule.retry.policies with parameters of type RetryNotifier
 void AbstractPolicyTemplate.setNotifier(RetryNotifier retryNotifier)
           
 

Uses of RetryNotifier in org.mule.transport
 

Classes in org.mule.transport that implement RetryNotifier
 class ConnectNotifier
          TODO
 



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