Package com.attivio.client.exposedapi
Class JMXUtils.JmxConnectionErrorPredicate
- java.lang.Object
-
- com.attivio.service.AbstractTransientExceptionPredicate
-
- com.attivio.client.exposedapi.JMXUtils.JmxConnectionErrorPredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<java.lang.Throwable>
- Enclosing class:
- JMXUtils
public static class JMXUtils.JmxConnectionErrorPredicate extends AbstractTransientExceptionPredicate
-
-
Constructor Summary
Constructors Constructor Description JmxConnectionErrorPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isTransient(java.lang.Throwable t)
-
Methods inherited from class com.attivio.service.AbstractTransientExceptionPredicate
checkTransientPredicates, isPresent, isPresent, test
-
-
-
-
Method Detail
-
isTransient
protected boolean isTransient(java.lang.Throwable t)
- Specified by:
isTransient
in classAbstractTransientExceptionPredicate
- Returns:
- true if the another try should be done with a different service provider
-
-