Modifier and Type | Method and Description |
---|---|
void |
OutputChannel.setController(AnalysisEngineController aContainer) |
Modifier and Type | Interface and Description |
---|---|
interface |
AggregateAnalysisEngineController |
interface |
PrimitiveAnalysisEngineController |
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected AnalysisEngineController |
BaseAnalysisEngineController.parentController |
Modifier and Type | Field and Description |
---|---|
protected List<AnalysisEngineController> |
AggregateAnalysisEngineController_impl.childControllerList |
Modifier and Type | Method and Description |
---|---|
AnalysisEngineController |
BaseAnalysisEngineController.getCasMultiplierController(String cmKey)
Aggregates have more than one Listener channel.
|
AnalysisEngineController |
AnalysisEngineController.getParentController() |
AnalysisEngineController |
BaseAnalysisEngineController.getParentController() |
AnalysisEngineController |
AnalysisEngineControllerAdapter.getParentController() |
Modifier and Type | Method and Description |
---|---|
void |
ControllerCallbackListener.notifyOnInitializationFailure(AnalysisEngineController aController,
Exception e) |
void |
ControllerCallbackListener.notifyOnInitializationSuccess(AnalysisEngineController aController) |
void |
AggregateAnalysisEngineController_impl.registerChildController(AnalysisEngineController aChildController,
String aDelegateKey) |
void |
AggregateAnalysisEngineController.registerChildController(AnalysisEngineController aChildController,
String aDelegateKey) |
void |
Endpoint_impl.setController(AnalysisEngineController aController) |
void |
Endpoint.setController(AnalysisEngineController aController) |
Constructor and Description |
---|
AggregateAnalysisEngineController_impl(AnalysisEngineController aParentController,
String anEndpointName,
String aDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
Map aDestinationMap) |
AggregateAnalysisEngineController_impl(AnalysisEngineController aParentController,
String anEndpointName,
String aDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
Map aDestinationMap,
JmxManagement aJmxManagement) |
BaseAnalysisEngineController(AnalysisEngineController aParentController,
int aComponentCasPoolSize,
long anInitialCasHeapSize,
String anEndpointName,
String aDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
Map aDestinationMap,
JmxManagement aJmxManagement) |
BaseAnalysisEngineController(AnalysisEngineController aParentController,
int aComponentCasPoolSize,
String anEndpointName,
String aDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache) |
BaseAnalysisEngineController(AnalysisEngineController aParentController,
int aComponentCasPoolSize,
String anEndpointName,
String aDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
Map aDestinationMap) |
BaseAnalysisEngineController(AnalysisEngineController aParentController,
int aComponentCasPoolSize,
String anEndpointName,
String aDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
Map aDestinationMap,
JmxManagement aJmxManagement) |
Controller(AnalysisEngineController aController) |
ControllerLatch(AnalysisEngineController aController) |
LocalCache(AnalysisEngineController aController) |
PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController,
String anEndpointName,
String anAnalysisEngineDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
int aWorkQueueSize,
int anAnalysisEnginePoolSize) |
PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController,
String anEndpointName,
String anAnalysisEngineDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
int aWorkQueueSize,
int anAnalysisEnginePoolSize,
int aComponentCasPoolSize) |
PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController,
String anEndpointName,
String anAnalysisEngineDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
int aWorkQueueSize,
int anAnalysisEnginePoolSize,
int aComponentCasPoolSize,
JmxManagement aJmxManagement) |
PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController,
String anEndpointName,
String anAnalysisEngineDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
int aWorkQueueSize,
int anAnalysisEnginePoolSize,
int aComponentCasPoolSize,
long anInitialCasHeapSize) |
PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController,
String anEndpointName,
String anAnalysisEngineDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
int aWorkQueueSize,
int anAnalysisEnginePoolSize,
int aComponentCasPoolSize,
long anInitialCasHeapSize,
JmxManagement aJmxManagement) |
PrimitiveAnalysisEngineController_impl(AnalysisEngineController aParentController,
String anEndpointName,
String anAnalysisEngineDescriptor,
AsynchAECasManager aCasManager,
InProcessCache anInProcessCache,
int aWorkQueueSize,
int anAnalysisEnginePoolSize,
JmxManagement aJmxManagement) |
Constructor and Description |
---|
ControllerDelegate(String aDelegateKey,
AnalysisEngineController aController)
Initializes this instance with a unique delegate key
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ErrorHandlerBase.continueOnError(String aDelegateKey,
Threshold aThreshold,
String aCasReferenceId,
Throwable t,
AnalysisEngineController aController) |
protected boolean |
ErrorHandlerBase.exceedsThreshold(String aThresholdToCheck,
String endpoint,
AnalysisEngineController controller) |
protected boolean |
ErrorHandlerBase.exceedsThreshold(Threshold aThreshold,
String aThresholdToCheck,
String endpoint,
AnalysisEngineController controller) |
protected String |
ErrorHandlerBase.getDelegateKey(Endpoint anEndpoint,
AnalysisEngineController aController) |
protected String |
ErrorHandlerBase.getEndpointName(AnalysisEngineController aController,
ErrorContext anErrorContext) |
protected Threshold |
ErrorHandlerBase.getThreshold(Endpoint anEndpoint,
Map aDelegateMap,
AnalysisEngineController aController) |
void |
ErrorHandlerChain.handle(Throwable t,
ErrorContext anErrorContext,
AnalysisEngineController aController) |
boolean |
ErrorHandler.handleError(Throwable t,
ErrorContext anErrorContext,
AnalysisEngineController aController) |
protected boolean |
ErrorHandlerBase.isValidActionForController(String anAction,
AnalysisEngineController aController) |
void |
ErrorHandlerListener.onError(Throwable t,
ErrorContext anErrorContext,
AnalysisEngineController aController) |
void |
ErrorHandlerListenerBase.onError(Throwable t,
ErrorContext anErrorContext,
AnalysisEngineController aController) |
protected boolean |
ErrorHandlerBase.retryLastCommand(int aRetryCommand,
Endpoint anEndpoint,
AnalysisEngineController aController,
String aKey,
Threshold aThreshold,
ErrorContext anErrorContext) |
protected boolean |
ErrorHandlerBase.shouldRetry(Threshold aThreshold,
String aKindOfRetryCount,
String aKey,
AnalysisEngineController aController) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProcessCasErrorHandler.handleError(Throwable t,
ErrorContext anErrorContext,
AnalysisEngineController aController) |
boolean |
GetMetaErrorHandler.handleError(Throwable t,
ErrorContext anErrorContext,
AnalysisEngineController aController) |
boolean |
CpcErrorHandler.handleError(Throwable t,
ErrorContext anErrorContext,
AnalysisEngineController aController) |
Modifier and Type | Method and Description |
---|---|
AnalysisEngineController |
HandlerBase.getController() |
Modifier and Type | Method and Description |
---|---|
void |
HandlerBase.setController(AnalysisEngineController controller) |
Constructor and Description |
---|
AggregateServiceInfo(AnalysisEngineController controller) |
AggregateServiceInfo(boolean isaCasMultiplier,
AnalysisEngineController controller) |
PrimitiveServiceInfo(boolean isaCasMultiplier,
AnalysisEngineController controller) |
ServiceInfo(boolean isaCasMultiplier,
AnalysisEngineController controller) |
ServicePerformance(AnalysisEngineController aController) |
Modifier and Type | Method and Description |
---|---|
AnalysisEngineController |
UimaEEShutdownTriggerEvent.getTargetController() |
Modifier and Type | Method and Description |
---|---|
static boolean |
UimaMessageValidator.isValidMessage(UimaMessage aMessage,
AnalysisEngineController controller)
Validates contents of the message.
|
void |
UimaEEShutdownTriggerEvent.setTargetController(AnalysisEngineController targetController) |
Modifier and Type | Method and Description |
---|---|
void |
UimaTransport.registerWithJMX(AnalysisEngineController aController,
String queueKind) |
Modifier and Type | Method and Description |
---|---|
void |
VmTransport.registerWithJMX(AnalysisEngineController aController,
String queueKind) |
Constructor and Description |
---|
UimaVmMessageListener(AnalysisEngineController aController) |
VmTransport(UimaAsContext aContext,
AnalysisEngineController aController) |
Modifier and Type | Method and Description |
---|---|
AnalysisEngineController |
JmsOutputChannel.getAnalysisEngineController() |
AnalysisEngineController |
JmsInputChannel.getController() |
AnalysisEngineController |
SpringContainerDeployer.getTopLevelController() |
Modifier and Type | Method and Description |
---|---|
void |
SpringContainerDeployer.notifyOnInitializationFailure(AnalysisEngineController aController,
Exception e) |
void |
SpringContainerDeployer.notifyOnInitializationSuccess(AnalysisEngineController aController) |
void |
JmsOutputChannel.ConnectionTimer.setAnalysisEngineController(AnalysisEngineController aController) |
void |
ConcurrentMessageListener.setAnalysisEngineController(AnalysisEngineController controller) |
void |
JmsOutputChannel.setController(AnalysisEngineController analysisEngineController) |
void |
UimaDefaultMessageListenerContainer.setController(AnalysisEngineController aController) |
void |
JmsInputChannel.setController(AnalysisEngineController aController) |
Constructor and Description |
---|
JmsEndpointConnection_impl(JmsOutputChannel.BrokerConnectionEntry aBrokerDestinationMap,
Endpoint anEndpoint,
AnalysisEngineController aController) |
Modifier and Type | Method and Description |
---|---|
void |
BaseUIMAAsynchronousEngine_impl.notifyOnInitializationFailure(AnalysisEngineController aController,
Exception e) |
void |
BaseUIMAAsynchronousEngine_impl.notifyOnInitializationSuccess(AnalysisEngineController aController) |
Modifier and Type | Method and Description |
---|---|
boolean |
JMSExceptionHandler.handleError(Throwable t,
ErrorContext anErrorContext,
AnalysisEngineController aController) |
boolean |
InvalidJMSMessageHandler.handleError(Throwable t,
ErrorContext anErrorContext,
AnalysisEngineController aController) |
Copyright © 2016. All rights reserved.