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 OutputChannelAnalysisEngineController. getOutputChannel()OutputChannelAnalysisEngineControllerAdapter. getOutputChannel()OutputChannelBaseAnalysisEngineController. getOutputChannel()Methods in org.apache.uima.aae.controller with parameters of type OutputChannel Modifier and Type Method Description voidAnalysisEngineController. setOutputChannel(OutputChannel anOutputChannel)voidAnalysisEngineControllerAdapter. setOutputChannel(OutputChannel anOutputChannel)voidBaseAnalysisEngineController. 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 classJmsOutputChannel
-