public abstract class LoggingRetryHandler extends NamingExceptionRetryHandler
LoggingRetryHandler
implements logging of failuresConstructor and Description |
---|
LoggingRetryHandler(Class<?>[] exceptionClasses,
ExceptionRetryingProxy proxy,
RetrySchedule schedule,
int maxRetries,
org.slf4j.Logger logger)
Creates a new instance of LoggingRetryHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
postFailure(NamingException ex,
int retryCount) |
perform, postFailure
getRetryInterval, operation
public LoggingRetryHandler(Class<?>[] exceptionClasses, ExceptionRetryingProxy proxy, RetrySchedule schedule, int maxRetries, org.slf4j.Logger logger)
exceptionClasses
- proxy
- maxRetries
- retryInterval
- logger
- public void postFailure(NamingException ex, int retryCount)
postFailure
in class NamingExceptionRetryHandler
org.apache.james.user.ldap.AbstractRetryHandler1#postFailure(javax.naming.NamingException, int)
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.