Package org.apache.uima.aae
Interface OutputChannel
- All Superinterfaces:
Channel
- All Known Implementing Classes:
JmsOutputChannel
-
Field Summary
Fields inherited from interface org.apache.uima.aae.Channel
CloseAllChannels, InputChannels -
Method Summary
Modifier and TypeMethodDescriptionvoidbindWithClientEndpoint(Endpoint anEndpoint) voidvoidvoidvoidsendReply(Throwable t, String aCasReferenceId, String aParentCasReferenceId, Endpoint anEndpoint, int aCommand) voidsendReply(InProcessCache.CacheEntry entry, Endpoint anEndpoint) voidsendReply(org.apache.uima.resource.metadata.ProcessingResourceMetaData aProcessingResourceMetadata, Endpoint anEndpoint, boolean serialize) voidsendRequest(int aCommand, String aCasReferenceId, Endpoint anEndpoint) voidsetController(AnalysisEngineController aContainer) voidsetServerURI(String aServerURI) voidstop()
-
Method Details
-
setController
-
initialize
- Throws:
AsynchAEException
-
sendRequest
void sendRequest(int aCommand, String aCasReferenceId, Endpoint anEndpoint) throws AsynchAEException - Throws:
AsynchAEException
-
sendReply
void sendReply(int aCommand, Endpoint anEndpoint, String aCasReferenceId, boolean notifyOnJmsException) throws AsynchAEException - Throws:
AsynchAEException
-
sendReply
- Throws:
AsynchAEException
-
sendReply
void sendReply(org.apache.uima.resource.metadata.ProcessingResourceMetaData aProcessingResourceMetadata, Endpoint anEndpoint, boolean serialize) throws AsynchAEException - Throws:
AsynchAEException
-
sendReply
void sendReply(Throwable t, String aCasReferenceId, String aParentCasReferenceId, Endpoint anEndpoint, int aCommand) throws AsynchAEException - Throws:
AsynchAEException
-
bindWithClientEndpoint
- Throws:
Exception
-
setServerURI
-
stop
void stop() -
cancelTimers
void cancelTimers()
-