Uses of Interface
org.apache.uima.analysis_engine.AnalysisEngineManagement

Packages that use AnalysisEngineManagement
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
 

Uses of AnalysisEngineManagement in org.apache.uima
 

Methods in org.apache.uima that return AnalysisEngineManagement
 AnalysisEngineManagement UimaContextAdmin.getManagementInterface()
          Gets an object that can be used to do monitoring or management of this AnalysisEngine.
 

Uses of AnalysisEngineManagement in org.apache.uima.analysis_engine
 

Methods in org.apache.uima.analysis_engine that return AnalysisEngineManagement
 AnalysisEngineManagement AnalysisEngine.getManagementInterface()
          Gets an object that can be used to do monitoring or management of this AnalysisEngine.
 

Methods in org.apache.uima.analysis_engine that return types with arguments of type AnalysisEngineManagement
 Map<String,AnalysisEngineManagement> AnalysisEngineManagement.getComponents()
          For an Aggregate AnalysisEngine, gets a Map whose values are AnalysisEngineManagement objects that contain the statistics for the components of the aggregate.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.