Uses of Class
org.apache.uima.analysis_engine.impl.AnalysisEngineManagementImpl
-
Packages that use AnalysisEngineManagementImpl Package Description org.apache.uima.analysis_engine.asb.impl org.apache.uima.analysis_engine.impl org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima
. -
-
Uses of AnalysisEngineManagementImpl in org.apache.uima.analysis_engine.asb.impl
Methods in org.apache.uima.analysis_engine.asb.impl that return AnalysisEngineManagementImpl Modifier and Type Method Description protected AnalysisEngineManagementImpl
ASB_impl. getMBean()
Gets the MBean that provides the management interface to this AE.AnalysisEngineManagementImpl
FlowContainer. getMBean()
Gets the MBean to use to report performance statistics.AnalysisEngineManagementImpl
FlowControllerContainer. getMBean()
-
Uses of AnalysisEngineManagementImpl in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that return AnalysisEngineManagementImpl Modifier and Type Method Description protected AnalysisEngineManagementImpl
AnalysisEngineImplBase. getMBean()
Methods in org.apache.uima.analysis_engine.impl with parameters of type AnalysisEngineManagementImpl Modifier and Type Method Description void
AnalysisEngineManagementImpl. addComponent(String key, AnalysisEngineManagementImpl component)
-
Uses of AnalysisEngineManagementImpl in org.apache.uima.impl
Fields in org.apache.uima.impl declared as AnalysisEngineManagementImpl Modifier and Type Field Description protected AnalysisEngineManagementImpl
UimaContext_ImplBase. mMBean
Object that implements management interface to the AE.
-