Uses of Class
org.apache.uima.aae.error.ErrorContext

Packages that use ErrorContext
org.apache.uima.aae.controller   
org.apache.uima.aae.delegate   
org.apache.uima.aae.error   
org.apache.uima.aae.error.handler   
org.apache.uima.aae.handler   
org.apache.uima.adapter.jms.client   
org.apache.uima.jms.error.handler   
 

Uses of ErrorContext in org.apache.uima.aae.controller
 

Methods in org.apache.uima.aae.controller with parameters of type ErrorContext
protected  void BaseAnalysisEngineController.handleAction(java.lang.String anAction, java.lang.String anEndpoint, ErrorContext anErrorContext)
           
 void AnalysisEngineController.takeAction(java.lang.String anAction, java.lang.String anEndpointName, ErrorContext anErrorContext)
           
 void PrimitiveAnalysisEngineController_impl.takeAction(java.lang.String anAction, java.lang.String anEndpointName, ErrorContext anErrorContext)
          Executes action on error.
 void AnalysisEngineControllerAdapter.takeAction(java.lang.String anAction, java.lang.String anEndpointName, ErrorContext anErrorContext)
           
 void AggregateAnalysisEngineController_impl.takeAction(java.lang.String anAction, java.lang.String anEndpointName, ErrorContext anErrorContext)
           
 

Uses of ErrorContext in org.apache.uima.aae.delegate
 

Methods in org.apache.uima.aae.delegate with parameters of type ErrorContext
 void ControllerDelegate.handleError(java.lang.Exception e, ErrorContext errorContext)
           
abstract  void Delegate.handleError(java.lang.Exception e, ErrorContext errorContext)
           
 

Uses of ErrorContext in org.apache.uima.aae.error
 

Methods in org.apache.uima.aae.error with parameters of type ErrorContext
protected  java.lang.String ErrorHandlerBase.getEndpointName(AnalysisEngineController aController, ErrorContext anErrorContext)
           
 void ErrorHandlerChain.handle(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
           
 boolean ErrorHandler.handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
           
protected  boolean ErrorHandlerBase.isHandlerForError(ErrorContext anErrorContext, int anExpectedCommand)
           
 void ErrorHandlerListener.onError(java.lang.Throwable t, ErrorContext anErrorContext)
           
 void ErrorHandlerListenerBase.onError(java.lang.Throwable t, ErrorContext anErrorContext)
           
 void ErrorHandlerListener.onError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
           
 void ErrorHandlerListenerBase.onError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
           
protected  boolean ErrorHandlerBase.retryLastCommand(int aRetryCommand, Endpoint anEndpoint, AnalysisEngineController aController, java.lang.String aKey, Threshold aThreshold, ErrorContext anErrorContext)
           
 

Uses of ErrorContext in org.apache.uima.aae.error.handler
 

Methods in org.apache.uima.aae.error.handler with parameters of type ErrorContext
 boolean GetMetaErrorHandler.handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
           
 boolean ProcessCasErrorHandler.handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
           
 boolean CpcErrorHandler.handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
           
 

Uses of ErrorContext in org.apache.uima.aae.handler
 

Methods in org.apache.uima.aae.handler that return ErrorContext
static ErrorContext HandlerBase.populateErrorContext(MessageContext aMessageCtx)
           
 

Uses of ErrorContext in org.apache.uima.adapter.jms.client
 

Methods in org.apache.uima.adapter.jms.client with parameters of type ErrorContext
 void ClientServiceDelegate.handleError(java.lang.Exception e, ErrorContext errorContext)
           
 

Uses of ErrorContext in org.apache.uima.jms.error.handler
 

Methods in org.apache.uima.jms.error.handler with parameters of type ErrorContext
 boolean JMSExceptionHandler.handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
           
 boolean InvalidJMSMessageHandler.handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
           
 



Copyright © 2012. All Rights Reserved.