Uses of Interface
org.apache.uima.aae.OutputChannel
-
Packages that use OutputChannel Package Description org.apache.uima.aae.controller org.apache.uima.adapter.jms.activemq -
-
Uses of OutputChannel in org.apache.uima.aae.controller
Methods in org.apache.uima.aae.controller that return OutputChannel Modifier and Type Method Description OutputChannel
AnalysisEngineController. getOutputChannel()
OutputChannel
AnalysisEngineControllerAdapter. getOutputChannel()
OutputChannel
BaseAnalysisEngineController. getOutputChannel()
Methods in org.apache.uima.aae.controller with parameters of type OutputChannel Modifier and Type Method Description void
AnalysisEngineController. setOutputChannel(OutputChannel anOutputChannel)
void
AnalysisEngineControllerAdapter. setOutputChannel(OutputChannel anOutputChannel)
void
BaseAnalysisEngineController. setOutputChannel(OutputChannel outputChannel)
-
Uses of OutputChannel in org.apache.uima.adapter.jms.activemq
Classes in org.apache.uima.adapter.jms.activemq that implement OutputChannel Modifier and Type Class Description class
JmsOutputChannel
-