| 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 |
| Constructor and Description |
|---|
ExceptionRetryHandler(Class<?>[] exceptionClasses,
ExceptionRetryingProxy proxy,
RetrySchedule schedule,
int maxRetries)
Creates a new instance of ExceptionRetryHandler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RetryingContext
RetryingContext retries the methods defined by javax.naming.Context
according to the specified schedule. |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RetryingDirContext
RetryingDirContext retries the methods defined by javax.naming.directory.DirContext
according to the specified schedule. |
| Modifier and Type | Class and Description |
|---|---|
class |
RetryingLdapContext
RetryingLdapContext retries the methods defined by javax.naming.ldap.LdapContext
according to the specified schedule. |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.