Uses of Class
org.apache.uima.aae.delegate.Delegate

Packages that use Delegate
org.apache.uima.aae.controller   
org.apache.uima.aae.delegate   
org.apache.uima.adapter.jms.client   
 

Uses of Delegate in org.apache.uima.aae.controller
 

Fields in org.apache.uima.aae.controller with type parameters of type Delegate
protected  java.util.List<Delegate> BaseAnalysisEngineController.delegates
           
 

Methods in org.apache.uima.aae.controller that return Delegate
 Delegate LocalCache.CasStateEntry.getLastDelegate()
           
 Delegate AggregateAnalysisEngineController.lookupDelegate(java.lang.String aDelegateKey)
           
 Delegate AggregateAnalysisEngineController_impl.lookupDelegate(java.lang.String aDelegateKey)
          Return Delegate object for a given delegate key.
 

Methods in org.apache.uima.aae.controller with parameters of type Delegate
 void LocalCache.CasStateEntry.setLastDelegate(Delegate aDelegate)
           
 void BaseAnalysisEngineController.stopCasMultiplier(Delegate casMultiplier, java.lang.String aCasReferenceId)
           
 void AggregateAnalysisEngineController.stopCasMultiplier(Delegate casMultiplier, java.lang.String aCasReferenceId)
           
 

Uses of Delegate in org.apache.uima.aae.delegate
 

Subclasses of Delegate in org.apache.uima.aae.delegate
 class ControllerDelegate
           
 

Uses of Delegate in org.apache.uima.adapter.jms.client
 

Subclasses of Delegate in org.apache.uima.adapter.jms.client
 class ClientServiceDelegate
           
 



Copyright © 2012. All Rights Reserved.