org.apache.uima.aae
public interface OutputChannel extends Channel
CloseAllChannels, InputChannels
Modifier and Type | Method and Description |
---|---|
void |
bindWithClientEndpoint(Endpoint anEndpoint) |
void |
cancelTimers() |
void |
initialize() |
void |
sendReply(InProcessCache.CacheEntry entry,
Endpoint anEndpoint) |
void |
sendReply(int aCommand,
Endpoint anEndpoint,
java.lang.String aCasReferenceId,
boolean notifyOnJmsException) |
void |
sendReply(org.apache.uima.resource.metadata.ProcessingResourceMetaData aProcessingResourceMetadata,
Endpoint anEndpoint,
boolean serialize) |
void |
sendReply(java.lang.Throwable t,
java.lang.String aCasReferenceId,
java.lang.String aParentCasReferenceId,
Endpoint anEndpoint,
int aCommand) |
void |
sendRequest(int aCommand,
java.lang.String aCasReferenceId,
Endpoint anEndpoint) |
void |
setController(AnalysisEngineController aContainer) |
void |
setServerURI(java.lang.String aServerURI) |
void |
stop() |
void setController(AnalysisEngineController aContainer)
void initialize() throws AsynchAEException
AsynchAEException
void sendRequest(int aCommand, java.lang.String aCasReferenceId, Endpoint anEndpoint) throws AsynchAEException
AsynchAEException
void sendReply(int aCommand, Endpoint anEndpoint, java.lang.String aCasReferenceId, boolean notifyOnJmsException) throws AsynchAEException
AsynchAEException
void sendReply(InProcessCache.CacheEntry entry, Endpoint anEndpoint) throws AsynchAEException
AsynchAEException
void sendReply(org.apache.uima.resource.metadata.ProcessingResourceMetaData aProcessingResourceMetadata, Endpoint anEndpoint, boolean serialize) throws AsynchAEException
AsynchAEException
void sendReply(java.lang.Throwable t, java.lang.String aCasReferenceId, java.lang.String aParentCasReferenceId, Endpoint anEndpoint, int aCommand) throws AsynchAEException
AsynchAEException
void bindWithClientEndpoint(Endpoint anEndpoint) throws java.lang.Exception
java.lang.Exception
void setServerURI(java.lang.String aServerURI)
void cancelTimers()
Copyright © 2014. All Rights Reserved.