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

Packages that use RetryContext
org.mule.api.retry   
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.retry   
org.mule.retry.notifiers   
org.mule.retry.policies   
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.ftp   
org.mule.transport.jdbc Provides jdbc transport. 
org.mule.transport.tcp Provides tcp connectivity for Mule
org.mule.transport.udp Provides Udp connectivity for Mule
 

Uses of RetryContext in org.mule.api.retry
 

Methods in org.mule.api.retry that return RetryContext
 RetryContext RetryPolicyTemplate.execute(RetryCallback callback, WorkManager workManager)
           
 

Methods in org.mule.api.retry with parameters of type RetryContext
 void RetryCallback.doWork(RetryContext context)
           
 void RetryNotifier.onFailure(RetryContext context, Throwable e)
          Called each time a retry attempt fails.
 void RetryNotifier.onSuccess(RetryContext context)
          Called when a retry attempt finally suceeds.
 

Uses of RetryContext in org.mule.api.transport
 

Methods in org.mule.api.transport that return RetryContext
 RetryContext Connectable.validateConnection(RetryContext retryContext)
          Test whether the connector is able to connect to its resource(s).
 

Methods in org.mule.api.transport with parameters of type RetryContext
 RetryContext Connectable.validateConnection(RetryContext retryContext)
          Test whether the connector is able to connect to its resource(s).
 

Uses of RetryContext in org.mule.retry
 

Classes in org.mule.retry that implement RetryContext
 class DefaultRetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
 

Uses of RetryContext in org.mule.retry.notifiers
 

Methods in org.mule.retry.notifiers with parameters of type RetryContext
 void ConnectNotifier.onFailure(RetryContext context, Throwable e)
           
 void ConnectNotifier.onSuccess(RetryContext context)
           
 

Uses of RetryContext in org.mule.retry.policies
 

Methods in org.mule.retry.policies that return RetryContext
 RetryContext AbstractPolicyTemplate.execute(RetryCallback callback, WorkManager workManager)
           
 

Uses of RetryContext in org.mule.transport
 

Methods in org.mule.transport that return RetryContext
 RetryContext AbstractConnectable.validateConnection(RetryContext retryContext)
           
 RetryContext AbstractConnector.validateConnection(RetryContext retryContext)
          Override this method to test whether the connector is able to connect to its resource(s).
 

Methods in org.mule.transport with parameters of type RetryContext
 void ConnectNotifier.onFailure(RetryContext context, Throwable e)
           
 void ConnectNotifier.onSuccess(RetryContext context)
           
 RetryContext AbstractConnectable.validateConnection(RetryContext retryContext)
           
 RetryContext AbstractConnector.validateConnection(RetryContext retryContext)
          Override this method to test whether the connector is able to connect to its resource(s).
 

Uses of RetryContext in org.mule.transport.ftp
 

Methods in org.mule.transport.ftp that return RetryContext
 RetryContext FtpMessageDispatcher.validateConnection(RetryContext retryContext)
           
 RetryContext FtpMessageReceiver.validateConnection(RetryContext retryContext)
           
 

Methods in org.mule.transport.ftp with parameters of type RetryContext
 RetryContext FtpMessageDispatcher.validateConnection(RetryContext retryContext)
           
 RetryContext FtpMessageReceiver.validateConnection(RetryContext retryContext)
           
 

Uses of RetryContext in org.mule.transport.jdbc
 

Methods in org.mule.transport.jdbc that return RetryContext
 RetryContext JdbcConnector.validateConnection(RetryContext retryContext)
          Verify that we are able to connect to the DataSource (needed for retry policies)
 

Methods in org.mule.transport.jdbc with parameters of type RetryContext
 RetryContext JdbcConnector.validateConnection(RetryContext retryContext)
          Verify that we are able to connect to the DataSource (needed for retry policies)
 

Uses of RetryContext in org.mule.transport.tcp
 

Methods in org.mule.transport.tcp that return RetryContext
 RetryContext TcpMessageDispatcher.validateConnection(RetryContext retryContext)
           
 RetryContext TcpMessageRequester.validateConnection(RetryContext retryContext)
           
 

Methods in org.mule.transport.tcp with parameters of type RetryContext
 RetryContext TcpMessageDispatcher.validateConnection(RetryContext retryContext)
           
 RetryContext TcpMessageRequester.validateConnection(RetryContext retryContext)
           
 

Uses of RetryContext in org.mule.transport.udp
 

Methods in org.mule.transport.udp that return RetryContext
 RetryContext UdpMessageDispatcher.validateConnection(RetryContext retryContext)
           
 RetryContext UdpMessageRequester.validateConnection(RetryContext retryContext)
           
 

Methods in org.mule.transport.udp with parameters of type RetryContext
 RetryContext UdpMessageDispatcher.validateConnection(RetryContext retryContext)
           
 RetryContext UdpMessageRequester.validateConnection(RetryContext retryContext)
           
 



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