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 ConcurrentHashMap<String,UimaTransport> |
BaseAnalysisEngineController.transports |
Modifier and Type | Method and Description |
---|---|
UimaTransport |
AnalysisEngineControllerAdapter.getTransport(String key) |
UimaTransport |
AnalysisEngineController.getTransport(String aKey) |
UimaTransport |
BaseAnalysisEngineController.getTransport(String aKey) |
UimaTransport |
BaseAnalysisEngineController.getTransport(UimaAsContext asContext) |
UimaTransport |
AnalysisEngineControllerAdapter.getTransport(UimaAsContext context,
String key) |
UimaTransport |
AnalysisEngineController.getTransport(UimaAsContext aContext,
String aKey) |
UimaTransport |
BaseAnalysisEngineController.getTransport(UimaAsContext asContext,
String aKey) |
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 © 2016. All rights reserved.