Uses of Interface
org.apache.uima.aae.controller.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in org.apache.uima.aae
Methods in org.apache.uima.aae that return EndpointModifier and TypeMethodDescriptionprotected Endpoint
InProcessCache.CacheEntry.getEndpoint
(String anEndpointName) InProcessCache.getEndpoint
(String anEndpointName, String aCasReferenceId) InProcessCache.CacheEntry.getFreeCasEndpoint()
InProcessCache.CacheEntry.getMessageOrigin()
InProcessCache.getTopAncestorEndpoint
(InProcessCache.CacheEntry anEntry) Methods in org.apache.uima.aae with parameters of type EndpointModifier and TypeMethodDescriptionvoid
InProcessCache.addEndpoint
(Endpoint anEndpoint, String aCasReferenceId) protected void
InProcessCache.CacheEntry.addEndpoint
(Endpoint anEndpoint) void
void
OutputChannel.bindWithClientEndpoint
(Endpoint anEndpoint) void
InputChannel.createListener
(String aDelegateKey, Endpoint endpointToUpdate) void
OutputChannel.sendReply
(int aCommand, Endpoint anEndpoint, String aCasReferenceId, boolean notifyOnJmsException) void
OutputChannel.sendReply
(Throwable t, String aCasReferenceId, String aParentCasReferenceId, Endpoint anEndpoint, int aCommand) void
OutputChannel.sendReply
(InProcessCache.CacheEntry entry, Endpoint anEndpoint) void
OutputChannel.sendReply
(org.apache.uima.resource.metadata.ProcessingResourceMetaData aProcessingResourceMetadata, Endpoint anEndpoint, boolean serialize) void
OutputChannel.sendRequest
(int aCommand, String aCasReferenceId, Endpoint anEndpoint) void
InProcessCache.CacheEntry.setFreeCasEndpoint
(Endpoint aFreeCasEndpoint) -
Uses of Endpoint in org.apache.uima.aae.controller
Classes in org.apache.uima.aae.controller that implement EndpointFields in org.apache.uima.aae.controller declared as EndpointMethods in org.apache.uima.aae.controller that return EndpointModifier and TypeMethodDescriptionAnalysisEngineController.getClientEndpoint()
AnalysisEngineControllerAdapter.getClientEndpoint()
BaseAnalysisEngineController.getClientEndpoint()
LocalCache.CasStateEntry.getFreeCasNotificationEndpoint()
AggregateAnalysisEngineController_impl.getMessageOrigin
(String aCasReferenceId) AggregateAnalysisEngineController.getMessageOrigin
(String aCasReferenceId) AggregateAnalysisEngineController_impl.lookUpEndpoint
(String anAnalysisEngineKey, boolean clone) AggregateAnalysisEngineController.lookUpEndpoint
(String anAnalysisEngineKey, boolean clone) Methods in org.apache.uima.aae.controller with parameters of type EndpointModifier and TypeMethodDescriptionvoid
AggregateAnalysisEngineController_impl.addMessageOrigin
(String aCasReferenceId, Endpoint anEndpoint) void
AggregateAnalysisEngineController.addMessageOrigin
(String aCasReferenceId, Endpoint anEndpoint) void
AnalysisEngineController.cacheClientEndpoint
(Endpoint anEndpoint) void
AnalysisEngineControllerAdapter.cacheClientEndpoint
(Endpoint anEndpoint) void
BaseAnalysisEngineController.cacheClientEndpoint
(Endpoint anEndpoint) void
AggregateAnalysisEngineController_impl.collectionProcessComplete
(Endpoint anEndpoint) void
AnalysisEngineController.collectionProcessComplete
(Endpoint anEndpoint) void
AnalysisEngineControllerAdapter.collectionProcessComplete
(Endpoint anEndpoint) void
PrimitiveAnalysisEngineController_impl.collectionProcessComplete
(Endpoint anEndpoint) void
AggregateAnalysisEngineController_impl.dispatchMetadataRequest
(Endpoint anEndpoint) void
AggregateAnalysisEngineController.dispatchMetadataRequest
(Endpoint anEndpoint) void
AnalysisEngineController.process
(org.apache.uima.cas.CAS aCAS, String aCasReferenceId, Endpoint anEndpoint) void
AnalysisEngineControllerAdapter.process
(org.apache.uima.cas.CAS acas, String casReferenceId, Endpoint anEndpoint) void
BaseAnalysisEngineController.process
(org.apache.uima.cas.CAS aCAS, String aCasReferenceId, Endpoint anEndpoint) void
PrimitiveAnalysisEngineController_impl.process
(org.apache.uima.cas.CAS aCAS, String aCasReferenceId, Endpoint anEndpoint) This is called when a Stop request is received from a client.void
AggregateAnalysisEngineController_impl.retryLastCommand
(int aCommand, Endpoint anEndpoint, String aCasReferenceId) void
AggregateAnalysisEngineController.retryLastCommand
(int aCommand, Endpoint anEndpoint, String aCasReferenceId) void
AggregateAnalysisEngineController_impl.retryMetadataRequest
(Endpoint anEndpoint) void
AggregateAnalysisEngineController.retryMetadataRequest
(Endpoint anEndpoint) void
AggregateAnalysisEngineController_impl.retryProcessCASRequest
(String aCasReferenceId, Endpoint anEndpoint, boolean addEndpointToCache) void
AggregateAnalysisEngineController.retryProcessCASRequest
(String aCasReferenceId, Endpoint anEndpoint, boolean addEndpointToCache) void
AggregateAnalysisEngineController_impl.sendMetadata
(Endpoint anEndpoint) void
AnalysisEngineController.sendMetadata
(Endpoint anEndpoint) void
AnalysisEngineControllerAdapter.sendMetadata
(Endpoint anEndpoint) void
BaseAnalysisEngineController.sendMetadata
(Endpoint anEndpoint, org.apache.uima.analysis_engine.metadata.AnalysisEngineMetaData metadata) void
PrimitiveAnalysisEngineController_impl.sendMetadata
(Endpoint anEndpoint) void
LocalCache.CasStateEntry.setFreeCasNotificationEndpoint
(Endpoint freeCasNotificationEndpoint) -
Uses of Endpoint in org.apache.uima.aae.delegate
Methods in org.apache.uima.aae.delegate that return EndpointModifier and TypeMethodDescriptionDelegate.getEndpoint()
Returns anEndpoint
objectDelegate.getNotificationEndpoint()
Methods in org.apache.uima.aae.delegate with parameters of type EndpointModifier and TypeMethodDescriptionvoid
Delegate.setEndpoint
(Endpoint anEndpoint) Sets anEndpoint
objectvoid
Delegate.setNotificationEndpoint
(Endpoint notificationEndpoint) -
Uses of Endpoint in org.apache.uima.aae.error
Methods in org.apache.uima.aae.error with parameters of type EndpointModifier and TypeMethodDescriptionprotected String
ErrorHandlerBase.getDelegateKey
(Endpoint anEndpoint, AnalysisEngineController aController) protected Threshold
ErrorHandlerBase.getThreshold
(Endpoint anEndpoint, Map aDelegateMap, AnalysisEngineController aController) protected boolean
ErrorHandlerBase.retryLastCommand
(int aRetryCommand, Endpoint anEndpoint, AnalysisEngineController aController, String aKey, Threshold aThreshold, ErrorContext anErrorContext) -
Uses of Endpoint in org.apache.uima.aae.message
Methods in org.apache.uima.aae.message that return Endpoint -
Uses of Endpoint in org.apache.uima.aae.monitor
Methods in org.apache.uima.aae.monitor with parameters of type EndpointModifier and TypeMethodDescriptionvoid
BaseMonitor.addStatistic
(String aName, Statistic aStatistic, Endpoint anEndpoint) -
Uses of Endpoint in org.apache.uima.aae.spi.transport.vm
Methods in org.apache.uima.aae.spi.transport.vm that return Endpoint -
Uses of Endpoint in org.apache.uima.adapter.jms.activemq
Methods in org.apache.uima.adapter.jms.activemq with parameters of type EndpointModifier and TypeMethodDescriptionvoid
JmsOutputChannel.bindWithClientEndpoint
(Endpoint anEndpoint) This method verifies that the destination (queue) exists.void
JmsInputChannel.createListener
(String aDelegateKey, Endpoint endpointToUpdate) void
JmsOutputChannel.sendReply
(int aCommand, Endpoint anEndpoint, String aCasReferenceId, boolean notifyOnJmsException) void
JmsOutputChannel.sendReply
(Throwable t, String aCasReferenceId, String aParentCasReferenceId, Endpoint anEndpoint, int aCommand) Sends JMS Reply Message to a given endpoint.void
JmsOutputChannel.sendReply
(InProcessCache.CacheEntry entry, Endpoint anEndpoint) void
JmsOutputChannel.sendReply
(org.apache.uima.resource.metadata.ProcessingResourceMetaData aProcessingResourceMetadata, Endpoint anEndpoint, boolean serialize) void
JmsOutputChannel.sendRequest
(int aCommand, String aCasReferenceId, Endpoint anEndpoint) Sends request message to a delegate.protected void
JmsEndpointConnection_impl.setDelegateEndpoint
(Endpoint delegateEndpoint) void
UimaDefaultMessageListenerContainer.setTargetEndpoint
(Endpoint anEndpoint) void
JmsOutputChannel.ConnectionTimer.startTimer
(long aConnectionCreationTimestamp, Endpoint endpoint) void
JmsOutputChannel.ConnectionTimer.startTimer
(long aConnectionCreationTimestamp, Endpoint endpoint, long currentInactivityTimeout, String aComponentName) Constructors in org.apache.uima.adapter.jms.activemq with parameters of type EndpointModifierConstructorDescriptionJmsEndpointConnection_impl
(JmsOutputChannel.BrokerConnectionEntry aBrokerDestinationMap, Endpoint anEndpoint, AnalysisEngineController aController) -
Uses of Endpoint in org.apache.uima.adapter.jms.client
Methods in org.apache.uima.adapter.jms.client with parameters of type EndpointModifier and TypeMethodDescriptionprotected javax.jms.MessageProducer
BaseUIMAAsynchronousEngine_impl.lookupProducerForEndpoint
(Endpoint anEndpoint) -
Uses of Endpoint in org.apache.uima.adapter.jms.message
Methods in org.apache.uima.adapter.jms.message that return Endpoint