Uses of Class
org.apache.uima.aae.controller.BaseAnalysisEngineController.ServiceState

Packages that use BaseAnalysisEngineController.ServiceState
org.apache.uima.aae.controller   
 

Uses of BaseAnalysisEngineController.ServiceState in org.apache.uima.aae.controller
 

Fields in org.apache.uima.aae.controller declared as BaseAnalysisEngineController.ServiceState
protected  BaseAnalysisEngineController.ServiceState BaseAnalysisEngineController.currentState
           
 

Methods in org.apache.uima.aae.controller that return BaseAnalysisEngineController.ServiceState
 BaseAnalysisEngineController.ServiceState BaseAnalysisEngineController.getState()
           
 BaseAnalysisEngineController.ServiceState AnalysisEngineController.getState()
           
 BaseAnalysisEngineController.ServiceState AnalysisEngineControllerAdapter.getState()
           
static BaseAnalysisEngineController.ServiceState BaseAnalysisEngineController.ServiceState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BaseAnalysisEngineController.ServiceState[] BaseAnalysisEngineController.ServiceState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.uima.aae.controller with parameters of type BaseAnalysisEngineController.ServiceState
 void AggregateAnalysisEngineController.changeCollocatedDelegateState(java.lang.String delegateKey, BaseAnalysisEngineController.ServiceState state)
           
 void AggregateAnalysisEngineController_impl.changeCollocatedDelegateState(java.lang.String delegateKey, BaseAnalysisEngineController.ServiceState state)
           
 void BaseAnalysisEngineController.changeState(BaseAnalysisEngineController.ServiceState state)
           
 void AnalysisEngineController.changeState(BaseAnalysisEngineController.ServiceState state)
           
 void AnalysisEngineControllerAdapter.changeState(BaseAnalysisEngineController.ServiceState state)
           
 



Copyright © 2011. All Rights Reserved.