Package | Description |
---|---|
org.apache.uima.aae.controller | |
org.apache.uima.aae.spi.transport | |
org.apache.uima.aae.spi.transport.vm |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.ConcurrentHashMap<java.lang.String,UimaTransport> |
BaseAnalysisEngineController.transports |
Modifier and Type | Method and Description |
---|---|
UimaTransport |
BaseAnalysisEngineController.getTransport(java.lang.String aKey) |
UimaTransport |
AnalysisEngineController.getTransport(java.lang.String aKey) |
UimaTransport |
AnalysisEngineControllerAdapter.getTransport(java.lang.String key) |
UimaTransport |
BaseAnalysisEngineController.getTransport(UimaAsContext asContext) |
UimaTransport |
BaseAnalysisEngineController.getTransport(UimaAsContext asContext,
java.lang.String aKey) |
UimaTransport |
AnalysisEngineController.getTransport(UimaAsContext aContext,
java.lang.String aKey) |
UimaTransport |
AnalysisEngineControllerAdapter.getTransport(UimaAsContext context,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
UimaMessageDispatcher |
UimaTransport.produceUimaMessageDispatcher(UimaTransport aTransport) |
Modifier and Type | Class and Description |
---|---|
class |
VmTransport
This class provides implementation for internal messaging between collocated Uima AS services.
|
Modifier and Type | Method and Description |
---|---|
UimaVmMessageDispatcher |
VmTransport.produceUimaMessageDispatcher(UimaTransport aTransport) |
Copyright © 2014. All Rights Reserved.