Class InvalidJMSMessageHandler
java.lang.Object
org.apache.uima.aae.error.ErrorHandlerBase
org.apache.uima.jms.error.handler.InvalidJMSMessageHandler
- All Implemented Interfaces:
ErrorHandler
-
Field Summary
Fields inherited from class org.apache.uima.aae.error.ErrorHandlerBase
endpointThresholdMapFields inherited from interface org.apache.uima.aae.error.ErrorHandler
CONTINUE, DISABLE, DROPCAS, ENABLE, PROPAGATE, RETRY, RETRY_COUNT, TERMINATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhandleError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) Methods inherited from class org.apache.uima.aae.error.ErrorHandlerBase
continueOnError, exceedsThreshold, exceedsThreshold, exceedsThresholdWithinWindow, getAction, getDelegateKey, getEndpointName, getEndpointThresholdMap, getThreshold, getThreshold, incrementStatistic, isHandlerForError, isValidActionForController, retryLastCommand, shouldRetryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.uima.aae.error.ErrorHandler
getEndpointThresholdMap
-
Constructor Details
-
InvalidJMSMessageHandler
-
InvalidJMSMessageHandler
public InvalidJMSMessageHandler()
-
-
Method Details
-
handleError
public boolean handleError(Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) - Specified by:
handleErrorin interfaceErrorHandler
-