Class InvalidJMSMessageHandler
- java.lang.Object
-
- org.apache.uima.aae.error.ErrorHandlerBase
-
- org.apache.uima.jms.error.handler.InvalidJMSMessageHandler
-
- All Implemented Interfaces:
ErrorHandler
public class InvalidJMSMessageHandler extends ErrorHandlerBase implements ErrorHandler
-
-
Field Summary
-
Fields inherited from class org.apache.uima.aae.error.ErrorHandlerBase
endpointThresholdMap
-
Fields inherited from interface org.apache.uima.aae.error.ErrorHandler
CONTINUE, DISABLE, DROPCAS, ENABLE, PROPAGATE, RETRY, RETRY_COUNT, TERMINATE
-
-
Constructor Summary
Constructors Constructor Description InvalidJMSMessageHandler()
InvalidJMSMessageHandler(java.util.Map anEndpointThreasholdMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handleError(java.lang.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, shouldRetry
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.uima.aae.error.ErrorHandler
getEndpointThresholdMap
-
-
-
-
Method Detail
-
handleError
public boolean handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
- Specified by:
handleError
in interfaceErrorHandler
-
-