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 TypeMethodDescriptionvoid
bindWithClientEndpoint
(Endpoint anEndpoint) void
void
void
void
sendReply
(Throwable t, String aCasReferenceId, String aParentCasReferenceId, Endpoint anEndpoint, int aCommand) void
sendReply
(InProcessCache.CacheEntry entry, Endpoint anEndpoint) void
sendReply
(org.apache.uima.resource.metadata.ProcessingResourceMetaData aProcessingResourceMetadata, Endpoint anEndpoint, boolean serialize) void
sendRequest
(int aCommand, String aCasReferenceId, Endpoint anEndpoint) void
setController
(AnalysisEngineController aContainer) void
setServerURI
(String aServerURI) void
stop()
-
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()
-