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 void
OutputChannel. 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 interface
AggregateAnalysisEngineController
interface
PrimitiveAnalysisEngineController
Classes in org.apache.uima.aae.controller that implement AnalysisEngineController Modifier and Type Class Description class
AggregateAnalysisEngineController_impl
class
AnalysisEngineControllerAdapter
Abstract class meant to provide default implementations for AnalysisEngineController instances.class
BaseAnalysisEngineController
class
PrimitiveAnalysisEngineController_impl
class
UimacppServiceController
This 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 AnalysisEngineController
BaseAnalysisEngineController. parentController
Fields in org.apache.uima.aae.controller with type parameters of type AnalysisEngineController Modifier and Type Field Description protected java.util.List<AnalysisEngineController>
AggregateAnalysisEngineController_impl. childControllerList
Methods in org.apache.uima.aae.controller that return AnalysisEngineController Modifier and Type Method Description AnalysisEngineController
BaseAnalysisEngineController. getCasMultiplierController(java.lang.String cmKey)
Aggregates have more than one Listener channel.AnalysisEngineController
AnalysisEngineController. getParentController()
AnalysisEngineController
AnalysisEngineControllerAdapter. getParentController()
AnalysisEngineController
BaseAnalysisEngineController. getParentController()
Methods in org.apache.uima.aae.controller with parameters of type AnalysisEngineController Modifier and Type Method Description void
ControllerCallbackListener. notifyOnInitializationFailure(AnalysisEngineController aController, java.lang.Exception e)
void
ControllerCallbackListener. notifyOnInitializationSuccess(AnalysisEngineController aController)
void
AggregateAnalysisEngineController_impl. registerChildController(AnalysisEngineController aChildController, java.lang.String aDelegateKey)
void
AggregateAnalysisEngineController. registerChildController(AnalysisEngineController aChildController, java.lang.String aDelegateKey)
void
Endpoint_impl. setController(AnalysisEngineController aController)
void
Endpoint. 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 boolean
ErrorHandlerBase. continueOnError(java.lang.String aDelegateKey, Threshold aThreshold, java.lang.String aCasReferenceId, java.lang.Throwable t, AnalysisEngineController aController)
protected boolean
ErrorHandlerBase. exceedsThreshold(java.lang.String aThresholdToCheck, java.lang.String endpoint, AnalysisEngineController controller)
protected boolean
ErrorHandlerBase. exceedsThreshold(Threshold aThreshold, java.lang.String aThresholdToCheck, java.lang.String endpoint, AnalysisEngineController controller)
protected java.lang.String
ErrorHandlerBase. getDelegateKey(Endpoint anEndpoint, AnalysisEngineController aController)
protected java.lang.String
ErrorHandlerBase. getEndpointName(AnalysisEngineController aController, ErrorContext anErrorContext)
protected Threshold
ErrorHandlerBase. getThreshold(Endpoint anEndpoint, java.util.Map aDelegateMap, AnalysisEngineController aController)
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. isValidActionForController(java.lang.String anAction, AnalysisEngineController aController)
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)
protected boolean
ErrorHandlerBase. 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 boolean
CpcErrorHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
boolean
GetMetaErrorHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
boolean
ProcessCasErrorHandler. 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 AnalysisEngineController
HandlerBase. getController()
Methods in org.apache.uima.aae.handler with parameters of type AnalysisEngineController Modifier and Type Method Description void
HandlerBase. 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 AnalysisEngineController
UimaEEShutdownTriggerEvent. getTargetController()
Methods in org.apache.uima.aae.message with parameters of type AnalysisEngineController Modifier and Type Method Description static boolean
UimaMessageValidator. isValidMessage(UimaMessage aMessage, AnalysisEngineController controller)
Validates contents of the message.void
UimaEEShutdownTriggerEvent. 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 void
UimaTransport. 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 void
VmTransport. 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 AnalysisEngineController
JmsOutputChannel. getAnalysisEngineController()
AnalysisEngineController
JmsInputChannel. getController()
AnalysisEngineController
SpringContainerDeployer. getTopLevelController()
Methods in org.apache.uima.adapter.jms.activemq with parameters of type AnalysisEngineController Modifier and Type Method Description void
SpringContainerDeployer. notifyOnInitializationFailure(AnalysisEngineController aController, java.lang.Exception e)
void
SpringContainerDeployer. notifyOnInitializationSuccess(AnalysisEngineController aController)
void
ConcurrentMessageListener. setAnalysisEngineController(AnalysisEngineController controller)
void
JmsOutputChannel.ConnectionTimer. setAnalysisEngineController(AnalysisEngineController aController)
void
JmsInputChannel. setController(AnalysisEngineController aController)
void
JmsOutputChannel. setController(AnalysisEngineController analysisEngineController)
void
UimaDefaultMessageListenerContainer. 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 void
BaseUIMAAsynchronousEngine_impl. notifyOnInitializationFailure(AnalysisEngineController aController, java.lang.Exception e)
void
BaseUIMAAsynchronousEngine_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 boolean
InvalidJMSMessageHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
boolean
JMSExceptionHandler. handleError(java.lang.Throwable t, ErrorContext anErrorContext, AnalysisEngineController aController)
-