Uses of Interface
org.apache.uima.aae.spi.transport.UimaTransport
-
Packages that use UimaTransport Package Description org.apache.uima.aae.controller org.apache.uima.aae.spi.transport org.apache.uima.aae.spi.transport.vm -
-
Uses of UimaTransport in org.apache.uima.aae.controller
Fields in org.apache.uima.aae.controller with type parameters of type UimaTransport Modifier and Type Field Description protected java.util.concurrent.ConcurrentHashMap<java.lang.String,UimaTransport>
BaseAnalysisEngineController. transports
Methods in org.apache.uima.aae.controller that return UimaTransport Modifier and Type Method Description UimaTransport
AnalysisEngineController. getTransport(java.lang.String aKey)
UimaTransport
AnalysisEngineController. getTransport(UimaAsContext aContext, java.lang.String aKey)
UimaTransport
AnalysisEngineControllerAdapter. getTransport(java.lang.String key)
UimaTransport
AnalysisEngineControllerAdapter. getTransport(UimaAsContext context, java.lang.String key)
UimaTransport
BaseAnalysisEngineController. getTransport(java.lang.String aKey)
UimaTransport
BaseAnalysisEngineController. getTransport(UimaAsContext asContext)
UimaTransport
BaseAnalysisEngineController. getTransport(UimaAsContext asContext, java.lang.String aKey)
-
Uses of UimaTransport in org.apache.uima.aae.spi.transport
Methods in org.apache.uima.aae.spi.transport with parameters of type UimaTransport Modifier and Type Method Description UimaMessageDispatcher
UimaTransport. 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 UimaTransport Modifier and Type Class Description class
VmTransport
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 UimaTransport Modifier and Type Method Description UimaVmMessageDispatcher
VmTransport. produceUimaMessageDispatcher(UimaTransport aTransport)
-