org.mule.retry.policies
Class NoRetryPolicyTemplate

java.lang.Object
  extended by org.mule.retry.policies.AbstractPolicyTemplate
      extended by org.mule.retry.policies.NoRetryPolicyTemplate
All Implemented Interfaces:
RetryPolicyTemplate

public class NoRetryPolicyTemplate
extends AbstractPolicyTemplate

This policy is basically a placeholder. It does not attempt to retry at all.


Nested Class Summary
protected static class NoRetryPolicyTemplate.NoRetryPolicy
           
 
Field Summary
 
Fields inherited from class org.mule.retry.policies.AbstractPolicyTemplate
logger, notifier
 
Constructor Summary
NoRetryPolicyTemplate()
           
 
Method Summary
 RetryPolicy createRetryInstance()
           
 String toString()
           
 
Methods inherited from class org.mule.retry.policies.AbstractPolicyTemplate
execute, getMetaInfo, getNotifier, setId, setMetaInfo, setNotifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoRetryPolicyTemplate

public NoRetryPolicyTemplate()
Method Detail

createRetryInstance

public RetryPolicy createRetryInstance()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.