Package | Description |
---|---|
org.apache.james.util.retry | |
org.apache.james.util.retry.naming | |
org.apache.james.util.retry.naming.directory | |
org.apache.james.util.retry.naming.ldap |
Modifier and Type | Class and Description |
---|---|
class |
DoublingRetrySchedule
DoublingRetrySchedule |
Constructor and Description |
---|
ExceptionRetryHandler(Class<?>[] exceptionClasses,
ExceptionRetryingProxy proxy,
RetrySchedule schedule,
int maxRetries)
Creates a new instance of ExceptionRetryHandler.
|
Modifier and Type | Method and Description |
---|---|
RetrySchedule |
RetryingContext.getSchedule() |
Constructor and Description |
---|
LoggingRetryHandler(Class<?>[] exceptionClasses,
ExceptionRetryingProxy proxy,
RetrySchedule schedule,
int maxRetries,
org.slf4j.Logger logger)
Creates a new instance of LoggingRetryHandler.
|
NamingExceptionRetryHandler(Class<?>[] exceptionClasses,
ExceptionRetryingProxy proxy,
RetrySchedule schedule,
int maxRetries)
Creates a new instance of NamingExceptionRetryHandler.
|
RetryingContext(Class<?>[] exceptionClasses,
RetrySchedule schedule,
int maxRetries,
org.slf4j.Logger logger)
Creates a new instance of RetryingContext.
|
RetryingContext(RetrySchedule schedule,
int maxRetries,
org.slf4j.Logger logger)
Creates a new instance of RetryingContext using the default exception
classes thrown when an external interruption to services on which we
depend occurs.
|
Constructor and Description |
---|
RetryingDirContext(RetrySchedule schedule,
int maxRetries,
org.slf4j.Logger logger)
Creates a new instance of RetryingDirContext.
|
Constructor and Description |
---|
RetryingLdapContext(RetrySchedule schedule,
int maxRetries,
org.slf4j.Logger logger)
Creates a new instance of RetryingLdapContext.
|
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.