Uses of Interface
org.apache.uima.aae.spi.transport.UimaTransport
Packages that use UimaTransport
Package
Description
-
Uses of UimaTransport in org.apache.uima.aae.controller
Fields in org.apache.uima.aae.controller with type parameters of type UimaTransportModifier and TypeFieldDescriptionprotected ConcurrentHashMap<String,
UimaTransport> BaseAnalysisEngineController.transports
Methods in org.apache.uima.aae.controller that return UimaTransportModifier and TypeMethodDescriptionAnalysisEngineController.getTransport
(String aKey) AnalysisEngineController.getTransport
(UimaAsContext aContext, String aKey) AnalysisEngineControllerAdapter.getTransport
(String key) AnalysisEngineControllerAdapter.getTransport
(UimaAsContext context, String key) BaseAnalysisEngineController.getTransport
(String aKey) BaseAnalysisEngineController.getTransport
(UimaAsContext asContext) BaseAnalysisEngineController.getTransport
(UimaAsContext asContext, String aKey) -
Uses of UimaTransport in org.apache.uima.aae.spi.transport
Methods in org.apache.uima.aae.spi.transport with parameters of type UimaTransportModifier and TypeMethodDescriptionUimaTransport.produceUimaMessageDispatcher
(UimaTransport aTransport) -
Uses of UimaTransport in org.apache.uima.aae.spi.transport.vm
Classes in org.apache.uima.aae.spi.transport.vm that implement UimaTransportModifier and TypeClassDescriptionclass
This class provides implementation for internal messaging between collocated Uima AS services.Methods in org.apache.uima.aae.spi.transport.vm with parameters of type UimaTransportModifier and TypeMethodDescriptionVmTransport.produceUimaMessageDispatcher
(UimaTransport aTransport)