Uses of Package
org.mule.api.retry

Packages that use org.mule.api.retry
org.mule.api.endpoint Endpoint interfaces. 
org.mule.api.retry   
org.mule.api.transport Contains the interfaces that comprise a provider implementation. 
org.mule.config.i18n Internationalisation support for Mule messages and exception messages. 
org.mule.endpoint Implemtation of Mule endpoint uris. 
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
 

Classes in org.mule.api.retry used by org.mule.api.endpoint
RetryPolicyTemplate
          A RetryPolicyTemplate creates a new RetryPolicy instance each time the retry goes into effect, thereby resetting any state the policy may have (counters, etc.) A RetryNotifier may be set in order to take action upon each retry attempt.
 

Classes in org.mule.api.retry used by org.mule.api.retry
RetryCallback
          This is the main Retry SPI.
RetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
RetryNotifier
          This interface is a callback that allows actions to be performed after each retry attempt, such as firing notifications, logging, etc.
RetryPolicy
          A RetryPolicy takes some action each time an exception occurs and returns a PolicyStatus which indicates whether the policy is exhausted or should continue to retry.
 

Classes in org.mule.api.retry used by org.mule.api.transport
RetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
RetryPolicyTemplate
          A RetryPolicyTemplate creates a new RetryPolicy instance each time the retry goes into effect, thereby resetting any state the policy may have (counters, etc.) A RetryNotifier may be set in order to take action upon each retry attempt.
 

Classes in org.mule.api.retry used by org.mule.config.i18n
RetryPolicyTemplate
          A RetryPolicyTemplate creates a new RetryPolicy instance each time the retry goes into effect, thereby resetting any state the policy may have (counters, etc.) A RetryNotifier may be set in order to take action upon each retry attempt.
 

Classes in org.mule.api.retry used by org.mule.endpoint
RetryPolicyTemplate
          A RetryPolicyTemplate creates a new RetryPolicy instance each time the retry goes into effect, thereby resetting any state the policy may have (counters, etc.) A RetryNotifier may be set in order to take action upon each retry attempt.
 

Classes in org.mule.api.retry used by org.mule.retry
RetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
 

Classes in org.mule.api.retry used by org.mule.retry.notifiers
RetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
RetryNotifier
          This interface is a callback that allows actions to be performed after each retry attempt, such as firing notifications, logging, etc.
 

Classes in org.mule.api.retry used by org.mule.retry.policies
RetryCallback
          This is the main Retry SPI.
RetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
RetryNotifier
          This interface is a callback that allows actions to be performed after each retry attempt, such as firing notifications, logging, etc.
RetryPolicy
          A RetryPolicy takes some action each time an exception occurs and returns a PolicyStatus which indicates whether the policy is exhausted or should continue to retry.
RetryPolicyTemplate
          A RetryPolicyTemplate creates a new RetryPolicy instance each time the retry goes into effect, thereby resetting any state the policy may have (counters, etc.) A RetryNotifier may be set in order to take action upon each retry attempt.
 

Classes in org.mule.api.retry used by org.mule.transport
RetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
RetryPolicyTemplate
          A RetryPolicyTemplate creates a new RetryPolicy instance each time the retry goes into effect, thereby resetting any state the policy may have (counters, etc.) A RetryNotifier may be set in order to take action upon each retry attempt.
 

Classes in org.mule.api.retry used by org.mule.transport.ftp
RetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
 

Classes in org.mule.api.retry used by org.mule.transport.jdbc
RetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
 

Classes in org.mule.api.retry used by org.mule.transport.tcp
RetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
 

Classes in org.mule.api.retry used by org.mule.transport.udp
RetryContext
          The RetryContext is used to store any data which carries over from attempt to attempt such as response messages.
 



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