Uses of Class
ch.elca.el4j.services.exceptionhandler.handler.AbstractRetryExceptionHandler

Packages that use AbstractRetryExceptionHandler
ch.elca.el4j.services.exceptionhandler.handler   
 

Uses of AbstractRetryExceptionHandler in ch.elca.el4j.services.exceptionhandler.handler
 

Subclasses of AbstractRetryExceptionHandler in ch.elca.el4j.services.exceptionhandler.handler
 class AbstractReconfigureExceptionHandler
          This class simplifies the implementation of exception handlers that use another implementation with the same semantic to fulfil the callers invocation.
 class AbstractSwappableTargetExceptionHandler
          This class simplifies the implementation of exception handlers that use another implementation with the same interface to fulfil the callers invocation.
 class RetryExceptionHandler
          This class implements an exception handler that tries to call the target several times after waiting a configurable delay.
 class RoundRobinSwappableTargetExceptionHandler
          This class implements a round robin strategy to swap a proxy's target.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.