|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UimaTransport
| Method Summary | |
|---|---|
void |
addSpiListener(SpiListener aListener)
This method registers a given SpiListener instance with the SPI. |
UimaMessageDispatcher |
getUimaMessageDispatcher()
Returns SPI Dispatcher |
UimaMessageDispatcher |
getUimaMessageDispatcher(java.lang.String aDelegateKey)
|
UimaMessageListener |
getUimaMessageListener()
|
UimaVmMessage |
produceMessage()
|
UimaVmMessage |
produceMessage(int aCommand,
int aMessageType,
java.lang.String aMessageFrom)
|
UimaMessageDispatcher |
produceUimaMessageDispatcher(UimaTransport aTransport)
|
UimaMessageListener |
produceUimaMessageListener()
|
void |
registerWithJMX(AnalysisEngineController aController,
java.lang.String queueKind)
|
void |
startIt()
This method is called to start SPI. |
void |
stopIt()
This method is called to stop SPI. |
| Method Detail |
|---|
void addSpiListener(SpiListener aListener)
SpiListener instance with the SPI. The SPI will call all
registered listeners when the initialization is completed, when the start is completed, and
when the stop is completed.
aListener - - SPI listener to receive events
void startIt()
throws UimaSpiException
UimaSpiException - - any problems while starting the SPI
void stopIt()
throws UimaSpiException
UimaSpiException - - any problems while stopping the SPI
UimaMessageDispatcher getUimaMessageDispatcher()
throws UimaSpiException
UimaSpiException - - any problems while fetching Dispatcher
UimaMessageListener getUimaMessageListener()
throws UimaSpiException
UimaSpiException
UimaMessageDispatcher getUimaMessageDispatcher(java.lang.String aDelegateKey)
throws UimaSpiException
UimaSpiException
UimaMessageListener produceUimaMessageListener()
throws UimaSpiException
UimaSpiException
UimaMessageDispatcher produceUimaMessageDispatcher(UimaTransport aTransport)
throws UimaSpiException
UimaSpiExceptionUimaVmMessage produceMessage()
UimaVmMessage produceMessage(int aCommand,
int aMessageType,
java.lang.String aMessageFrom)
void registerWithJMX(AnalysisEngineController aController,
java.lang.String queueKind)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||