Uses of Class
org.apache.uima.resource.ResourceServiceException
Package
Description
The Analysis Engine interface, along with supporting interfaces and exception classes.
Interfaces for
Resources
and ResourceSpecifiers
.-
Uses of ResourceServiceException in org.apache.uima.adapter.vinci
Modifier and TypeMethodDescriptionvoid
VinciAnalysisEngineServiceStub.callBatchProcessComplete()
Call batch process complete.void
VinciBinaryAnalysisEngineServiceStub.callBatchProcessComplete()
Call batch process complete.void
VinciAnalysisEngineServiceStub.callCollectionProcessComplete()
Call collection process complete.void
VinciBinaryAnalysisEngineServiceStub.callCollectionProcessComplete()
Call collection process complete.VinciAnalysisEngineServiceStub.callGetMetaData()
Call get meta data.VinciBinaryAnalysisEngineServiceStub.callGetMetaData()
Call get meta data.VinciAnalysisEngineServiceStub.callGetSupportedXCasVersions()
Call get supported X cas versions.boolean
VinciAnalysisEngineServiceStub.callIsReadOnly()
Call is read only.boolean
VinciAnalysisEngineServiceStub.callIsStateless()
Call is stateless.void
VinciAnalysisEngineServiceStub.callProcess
(CAS aCAS) Call process.void
VinciBinaryAnalysisEngineServiceStub.callProcess
(CAS aCAS) Call process.void
VinciAnalysisEngineServiceStub.callProcessCas
(CAS aCAS) Call process cas. -
Uses of ResourceServiceException in org.apache.uima.analysis_engine
Modifier and TypeMethodDescriptiondefault void
AnalysisEngineServiceStub.callBatchProcessComplete()
Performs service call to inform the AnalysisEngine that the processing of a batch has been completed.default void
AnalysisEngineServiceStub.callCollectionProcessComplete()
Performs service call to inform the AnalysisEngine that the processing of a collection has been completed.void
AnalysisEngineServiceStub.callProcess
(CAS aCAS) Performs service call to process an entity. -
Uses of ResourceServiceException in org.apache.uima.analysis_engine.service.impl
Modifier and TypeMethodDescriptionprotected CAS
AnalysisEngineService_impl.getCasFromPool
(int aTimeout) Gets a CAS from the CAS Pool.AnalysisEngineService_impl.process
(ServiceDataCargo aData, ResultSpecification aResultSpec) Processes an entity. -
Uses of ResourceServiceException in org.apache.uima.collection.impl.cpm.container.deployer
Modifier and TypeMethodDescriptionvoid
VinciTAP.batchProcessComplete()
Let the remote service now that end of batch marker has been reached, the notification is one-way meaning the CPE does not expect anything back from the service.void
VinciTAP.collectionProcessComplete()
Notify the remote service that the CPE reached end of processing.VinciTAP.getAnalysisEngineMetaData()
Returns Cas Processor metadata as it is returned from the remote Cas Processor running as vinci service. -
Uses of ResourceServiceException in org.apache.uima.resource
Modifier and TypeMethodDescriptionResourceServiceStub.callGetMetaData()
Performs service call to retrieve resource meta data. -
Uses of ResourceServiceException in org.apache.uima.resource.service.impl
Modifier and TypeMethodDescriptionResourceService_impl.getMetaData()
Gets metadata for this Resource service.