Package | Description |
---|---|
org.apache.james.util.retry | |
org.apache.james.util.retry.naming |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionRetryHandler
Abstract class
ExceptionRetryHandler retries the behaviour defined in abstract method
operation() implemented in a concrete subclass when nominated subclasses of Exception
are thrown. |
Modifier and Type | Class and Description |
---|---|
class |
LoggingRetryHandler
Abstract class
LoggingRetryHandler implements logging of failures |
class |
NamingExceptionRetryHandler
Abstract class
NamingExceptionRetryHandler narrows the set of Exceptions throwable
by perform to NamingException and its subclasses. |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.