com.mulesoft.adapter.module
Class DefaultRetryPolicy

java.lang.Object
  extended by org.mule.retry.policies.SimpleRetryPolicy
      extended by com.mulesoft.adapter.module.DefaultRetryPolicy
All Implemented Interfaces:
org.mule.api.retry.RetryPolicy

public class DefaultRetryPolicy
extends org.mule.retry.policies.SimpleRetryPolicy

Extend SimpleRetryPolicy by logging retry attempts to IPILogger.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.mule.retry.policies.SimpleRetryPolicy
org.mule.retry.policies.SimpleRetryPolicy.RetryCounter
 
Field Summary
 
Fields inherited from class org.mule.retry.policies.SimpleRetryPolicy
logger, retryCounter
 
Constructor Summary
DefaultRetryPolicy(PIModule piModule, IPILogger logger)
           
 
Method Summary
protected  boolean isApplicableTo(Throwable cause)
           
 
Methods inherited from class org.mule.retry.policies.SimpleRetryPolicy
applyPolicy, isExhausted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRetryPolicy

public DefaultRetryPolicy(PIModule piModule,
                          IPILogger logger)
Method Detail

isApplicableTo

protected boolean isApplicableTo(Throwable cause)
Overrides:
isApplicableTo in class org.mule.retry.policies.SimpleRetryPolicy


Copyright © 2012. All Rights Reserved.