Uses of Class
org.apache.uima.analysis_engine.impl.AnalysisEngineManagementImpl
Packages that use AnalysisEngineManagementImpl
Package
Description
Apache UIMA internals
-
Uses of AnalysisEngineManagementImpl in org.apache.uima.analysis_engine.asb.impl
Methods in org.apache.uima.analysis_engine.asb.impl that return AnalysisEngineManagementImplModifier and TypeMethodDescriptionprotected AnalysisEngineManagementImpl
ASB_impl.getMBean()
Gets the MBean that provides the management interface to this AE.FlowContainer.getMBean()
Gets the MBean to use to report performance statistics.FlowControllerContainer.getMBean()
-
Uses of AnalysisEngineManagementImpl in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that return AnalysisEngineManagementImplModifier and TypeMethodDescriptionprotected AnalysisEngineManagementImpl
AnalysisEngineImplBase.getMBean()
Methods in org.apache.uima.analysis_engine.impl with parameters of type AnalysisEngineManagementImplModifier and TypeMethodDescriptionvoid
AnalysisEngineManagementImpl.addComponent
(String key, AnalysisEngineManagementImpl component) -
Uses of AnalysisEngineManagementImpl in org.apache.uima.impl
Fields in org.apache.uima.impl declared as AnalysisEngineManagementImplModifier and TypeFieldDescriptionprotected final AnalysisEngineManagementImpl
UimaContext_ImplBase.mMBean
Object that implements management interface to the AE.