Uses of Interface
org.apache.uima.aae.controller.AnalysisEngineController
-
-
Uses of AnalysisEngineController in org.apache.uima.aae
Methods in org.apache.uima.aae with parameters of type AnalysisEngineController Modifier and Type Method Description voidOutputChannel. setController(AnalysisEngineController aContainer) -
Uses of AnalysisEngineController in org.apache.uima.aae.controller
Subinterfaces of AnalysisEngineController in org.apache.uima.aae.controller Modifier and Type Interface Description interfaceAggregateAnalysisEngineControllerinterfacePrimitiveAnalysisEngineControllerClasses in org.apache.uima.aae.controller that implement AnalysisEngineController Modifier and Type Class Description classAggregateAnalysisEngineController_implclassAnalysisEngineControllerAdapterAbstract class meant to provide default implementations for AnalysisEngineController instances.classBaseAnalysisEngineControllerclassPrimitiveAnalysisEngineController_implclassUimacppServiceControllerThis bean functions as a proxy for a Uima C++ service.Fields in org.apache.uima.aae.controller declared as AnalysisEngineController Modifier and Type Field Description protected AnalysisEngineControllerBaseAnalysisEngineController. parentControllerFields in org.apache.uima.aae.controller with type parameters of type AnalysisEngineController Modifier and Type Field Description protected java.util.List<AnalysisEngineController>AggregateAnalysisEngineController_impl. childControllerListMethods in org.apache.uima.aae.controller that return AnalysisEngineController Modifier and Type Method Description AnalysisEngineControllerBaseAnalysisEngineController. getCasMultiplierController(java.lang.String cmKey)Aggregates have more than one Listener channel.AnalysisEngineControllerAnalysisEngineController. getParentController()AnalysisEngineControllerAnalysisEngineControllerAdapter. getParentController()AnalysisEngineControllerBaseAnalysisEngineController. getParentController()Methods in org.apache.uima.aae.controller with parameters of type AnalysisEngineController Modifier and Type Method Description voidControllerCallbackListener. notifyOnInitializationFailure(AnalysisEngineController aController, java.lang.Exception e)voidControllerCallbackListener. notifyOnInitializationSuccess(AnalysisEngineController aController)voidAggregateAnalysisEngineController_impl. registerChildController(AnalysisEngineController aChildController, java.lang.String aDelegateKey)voidAggregateAnalysisEngineController. registerChildController(AnalysisEngineController aChildController, java.lang.String aDelegateKey)voidEndpoint_impl. setController(AnalysisEngineController aController)voidEndpoint. setController(AnalysisEngineController aController)Constructors in org.apache.uima.aae.controller with parameters of type AnalysisEngineController Constructor Description AggregateAnalysisEngineController_impl(AnalysisEngineController aParentController, java.lang.String anEndpointName, java.lang.String aDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, java.util.Map aDestinationMap)AggregateAnalysisEngineController_impl(AnalysisEngineController aParentController, java.lang.String anEndpointName, java.lang.String aDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, java.util.Map aDestinationMap, JmxManagement aJmxManagement)BaseAnalysisEngineController(AnalysisEngineController aParentController, int aComponentCasPoolSize, long anInitialCasHeapSize, java.lang.String anEndpointName, java.lang.String aDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, java.util.Map aDestinationMap, JmxManagement aJmxManagement)BaseAnalysisEngineController(AnalysisEngineController aParentController, int aComponentCasPoolSize, java.lang.String anEndpointName, java.lang.String aDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache)BaseAnalysisEngineController(AnalysisEngineController aParentController, int aComponentCasPoolSize, java.lang.String anEndpointName, java.lang.String aDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, java.util.Map aDestinationMap)BaseAnalysisEngineController(AnalysisEngineController aParentController, int aComponentCasPoolSize, java.lang.String anEndpointName, java.lang.String aDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, java.util.Map aDestinationMap, JmxManagement aJmxManagement)Controller(AnalysisEngineController aController)ControllerLatch(AnalysisEngineController aController)LocalCache(AnalysisEngineController aController)PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController, java.lang.String anEndpointName, java.lang.String anAnalysisEngineDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, int aWorkQueueSize, int anAnalysisEnginePoolSize)PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController, java.lang.String anEndpointName, java.lang.String anAnalysisEngineDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, int aWorkQueueSize, int anAnalysisEnginePoolSize, int aComponentCasPoolSize)PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController, java.lang.String anEndpointName, java.lang.String anAnalysisEngineDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, int aWorkQueueSize, int anAnalysisEnginePoolSize, int aComponentCasPoolSize, long anInitialCasHeapSize)PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController, java.lang.String anEndpointName, java.lang.String anAnalysisEngineDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, int aWorkQueueSize, int anAnalysisEnginePoolSize, int aComponentCasPoolSize, long anInitialCasHeapSize, JmxManagement aJmxManagement)PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController, java.lang.String anEndpointName, java.lang.String anAnalysisEngineDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, int aWorkQueueSize, int anAnalysisEnginePoolSize, int aComponentCasPoolSize, JmxManagement aJmxManagement)PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController, java.lang.String anEndpointName, java.lang.String anAnalysisEngineDescriptor, AsynchAECasManager aCasManager, InProcessCache anInProcessCache, int aWorkQueueSize, int anAnalysisEnginePoolSize, JmxManagement aJmxManagement) -
Uses of AnalysisEngineController in org.apache.uima.aae.delegate
Constructors in org.apache.uima.aae.delegate with parameters of type AnalysisEngineController Constructor Description ControllerDelegate(java.lang.String aDelegateKey, AnalysisEngineController aController)Initializes this instance with a unique delegate key -
Uses of AnalysisEngineController in org.apache.uima.aae.error
Methods in org.apache.uima.aae.error with parameters of type AnalysisEngineController Modifier and Type Method Description protected booleanErrorHandlerBase. continueOnError(java.lang.String aDelegateKey, Threshold aThreshold, java.lang.String aCasReferenceId, java.lang.Throwable t, AnalysisEngineController aController)protected booleanErrorHandlerBase. exceedsThreshold(java.lang.String aThresholdToCheck, java.lang.String endpoint, AnalysisEngineController controller)protected booleanErrorHandlerBase. exceedsThreshold(Threshold aThreshold, java.lang.String aThresholdToCheck, java.lang.String endpoint, AnalysisEngineController controller)protected java.lang.StringErrorHandlerBase. getDelegateKey(Endpoint anEndpoint, AnalysisEngineController aController)protected java.lang.StringErrorHandlerBase. getEndpointName(AnalysisEngineController aController, ErrorContext anErrorContext)protected ThresholdErrorHandlerBase. getThreshold(Endpoint anEndpoint, java.util.Map aDelegateMap, AnalysisEngineController aController)voidErrorHandlerChain. handle(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)booleanErrorHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)protected booleanErrorHandlerBase. isValidActionForController(java.lang.String anAction, AnalysisEngineController aController)voidErrorHandlerListener. onError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)voidErrorHandlerListenerBase. onError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)protected booleanErrorHandlerBase. retryLastCommand(int aRetryCommand, Endpoint anEndpoint, AnalysisEngineController aController, java.lang.String aKey, Threshold aThreshold, ErrorContext anErrorContext)protected booleanErrorHandlerBase. shouldRetry(Threshold aThreshold, java.lang.String aKindOfRetryCount, java.lang.String aKey, AnalysisEngineController aController) -
Uses of AnalysisEngineController in org.apache.uima.aae.error.handler
Methods in org.apache.uima.aae.error.handler with parameters of type AnalysisEngineController Modifier and Type Method Description booleanCpcErrorHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)booleanGetMetaErrorHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)booleanProcessCasErrorHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController) -
Uses of AnalysisEngineController in org.apache.uima.aae.handler
Methods in org.apache.uima.aae.handler that return AnalysisEngineController Modifier and Type Method Description AnalysisEngineControllerHandlerBase. getController()Methods in org.apache.uima.aae.handler with parameters of type AnalysisEngineController Modifier and Type Method Description voidHandlerBase. setController(AnalysisEngineController controller) -
Uses of AnalysisEngineController in org.apache.uima.aae.jmx
Constructors in org.apache.uima.aae.jmx with parameters of type AnalysisEngineController Constructor Description AggregateServiceInfo(boolean isaCasMultiplier, AnalysisEngineController controller)AggregateServiceInfo(AnalysisEngineController controller)PrimitiveServiceInfo(boolean isaCasMultiplier, AnalysisEngineController controller)ServiceInfo(boolean isaCasMultiplier, AnalysisEngineController controller)ServicePerformance(AnalysisEngineController aController) -
Uses of AnalysisEngineController in org.apache.uima.aae.message
Methods in org.apache.uima.aae.message that return AnalysisEngineController Modifier and Type Method Description AnalysisEngineControllerUimaEEShutdownTriggerEvent. getTargetController()Methods in org.apache.uima.aae.message with parameters of type AnalysisEngineController Modifier and Type Method Description static booleanUimaMessageValidator. isValidMessage(UimaMessage aMessage, AnalysisEngineController controller)Validates contents of the message.voidUimaEEShutdownTriggerEvent. setTargetController(AnalysisEngineController targetController) -
Uses of AnalysisEngineController in org.apache.uima.aae.spi.transport
Methods in org.apache.uima.aae.spi.transport with parameters of type AnalysisEngineController Modifier and Type Method Description voidUimaTransport. registerWithJMX(AnalysisEngineController aController, java.lang.String queueKind) -
Uses of AnalysisEngineController in org.apache.uima.aae.spi.transport.vm
Methods in org.apache.uima.aae.spi.transport.vm with parameters of type AnalysisEngineController Modifier and Type Method Description voidVmTransport. registerWithJMX(AnalysisEngineController aController, java.lang.String queueKind)Constructors in org.apache.uima.aae.spi.transport.vm with parameters of type AnalysisEngineController Constructor Description UimaVmMessageListener(AnalysisEngineController aController)VmTransport(UimaAsContext aContext, AnalysisEngineController aController) -
Uses of AnalysisEngineController in org.apache.uima.adapter.jms.activemq
Methods in org.apache.uima.adapter.jms.activemq that return AnalysisEngineController Modifier and Type Method Description AnalysisEngineControllerJmsOutputChannel. getAnalysisEngineController()AnalysisEngineControllerJmsInputChannel. getController()AnalysisEngineControllerSpringContainerDeployer. getTopLevelController()Methods in org.apache.uima.adapter.jms.activemq with parameters of type AnalysisEngineController Modifier and Type Method Description voidSpringContainerDeployer. notifyOnInitializationFailure(AnalysisEngineController aController, java.lang.Exception e)voidSpringContainerDeployer. notifyOnInitializationSuccess(AnalysisEngineController aController)voidConcurrentMessageListener. setAnalysisEngineController(AnalysisEngineController controller)voidJmsOutputChannel.ConnectionTimer. setAnalysisEngineController(AnalysisEngineController aController)voidJmsInputChannel. setController(AnalysisEngineController aController)voidJmsOutputChannel. setController(AnalysisEngineController analysisEngineController)voidUimaDefaultMessageListenerContainer. setController(AnalysisEngineController aController)Constructors in org.apache.uima.adapter.jms.activemq with parameters of type AnalysisEngineController Constructor Description JmsEndpointConnection_impl(JmsOutputChannel.BrokerConnectionEntry aBrokerDestinationMap, Endpoint anEndpoint, AnalysisEngineController aController) -
Uses of AnalysisEngineController in org.apache.uima.adapter.jms.client
Methods in org.apache.uima.adapter.jms.client with parameters of type AnalysisEngineController Modifier and Type Method Description voidBaseUIMAAsynchronousEngine_impl. notifyOnInitializationFailure(AnalysisEngineController aController, java.lang.Exception e)voidBaseUIMAAsynchronousEngine_impl. notifyOnInitializationSuccess(AnalysisEngineController aController) -
Uses of AnalysisEngineController in org.apache.uima.jms.error.handler
Methods in org.apache.uima.jms.error.handler with parameters of type AnalysisEngineController Modifier and Type Method Description booleanInvalidJMSMessageHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)booleanJMSExceptionHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
-