public abstract class LoggingRetryHandler extends NamingExceptionRetryHandler
LoggingRetryHandler implements logging of failures| Constructor 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, postFailuregetRetryInterval, operationpublic 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 NamingExceptionRetryHandlerorg.apache.james.user.ldap.AbstractRetryHandler1#postFailure(javax.naming.NamingException, int)Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.