Package org.apache.uima.aae.controller
Interface PrimitiveAnalysisEngineController
- All Superinterfaces:
AnalysisEngineController
,ControllerLifecycle
- All Known Implementing Classes:
PrimitiveAnalysisEngineController_impl
-
Field Summary
Fields inherited from interface org.apache.uima.aae.controller.AnalysisEngineController
AEInstanceCount, CasPoolSize
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAbortedCasReferenceId
(String aCasReferenceId) int
void
void
boolean
Methods inherited from interface org.apache.uima.aae.controller.AnalysisEngineController
addInputChannel, addServiceInfo, beginProcess, cacheClientEndpoint, changeState, collectionProcessComplete, dropCAS, dropCAS, dropStats, dumpState, endProcess, forceTimeoutOnPendingCases, getAnalysisTime, getCasManagerWrapper, getCasStatistics, getChildUimaContext, getClientEndpoint, getComponentName, getControllerLatch, getCpuTime, getDeadClientMap, getErrorHandlerChain, getEventListener, getIdleTime, getIdleTimeBetweenProcessCalls, getIndex, getInProcessCache, getInputChannel, getInputChannel, getJmxContext, getJMXDomain, getKey, getLocalCache, getManagementInterface, getMonitor, getName, getOutputChannel, getParentController, getReplyInputChannel, getReplyTime, getServiceEndpointName, getServiceErrors, getServicePerformance, getState, getStats, getTime, getTransport, getTransport, getUimaEEAdminContext, getUimaMessageListener, handleDelegateLifeCycleEvent, incrementDeserializationTime, incrementSerializationTime, initialize, initializeVMTransport, isAwaitingCacheCallbackNotification, isCasMultiplier, isPrimitive, isStopped, isTopLevelComponent, notifyListenersWithInitializationStatus, onInitialize, process, process, process, quiesceAndStop, registerVmQueueWithJMX, releaseNextCas, saveReplyTime, saveTime, sendMetadata, setCasManager, setDeployDescriptor, setInputChannel, setOutputChannel, setStopped, setUimaEEAdminContext, stop, takeAction
Methods inherited from interface org.apache.uima.aae.controller.ControllerLifecycle
addControllerCallbackListener, removeControllerCallbackListener, terminate
-
Method Details
-
setAnalysisEngineInstancePool
-
getServiceInfo
PrimitiveServiceInfo getServiceInfo()- Specified by:
getServiceInfo
in interfaceAnalysisEngineController
-
addAbortedCasReferenceId
- Specified by:
addAbortedCasReferenceId
in interfaceAnalysisEngineController
-
getAEInstanceCount
int getAEInstanceCount() -
initializeAnalysisEngine
void initializeAnalysisEngine() throws org.apache.uima.resource.ResourceInitializationException- Throws:
org.apache.uima.resource.ResourceInitializationException
-
threadAssignedToAE
boolean threadAssignedToAE()
-