Uses of Class
org.apache.uima.aae.delegate.Delegate
-
Packages that use Delegate Package Description 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 Modifier and Type Field Description protected java.util.List<Delegate>
BaseAnalysisEngineController. delegates
Methods in org.apache.uima.aae.controller that return Delegate Modifier and Type Method Description Delegate
LocalCache.CasStateEntry. getLastDelegate()
Delegate
AggregateAnalysisEngineController_impl. lookupDelegate(java.lang.String aDelegateKey)
ReturnDelegate
object for a given delegate key.Delegate
AggregateAnalysisEngineController. lookupDelegate(java.lang.String aDelegateKey)
Methods in org.apache.uima.aae.controller with parameters of type Delegate Modifier and Type Method Description void
LocalCache.CasStateEntry. setLastDelegate(Delegate aDelegate)
void
AggregateAnalysisEngineController. stopCasMultiplier(Delegate casMultiplier, java.lang.String aCasReferenceId)
void
BaseAnalysisEngineController. 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 Modifier and Type Class Description class
ControllerDelegate
-
Uses of Delegate in org.apache.uima.adapter.jms.client
Subclasses of Delegate in org.apache.uima.adapter.jms.client Modifier and Type Class Description class
ClientServiceDelegate
-