Uses of Class
org.apache.uima.resource.ResourceServiceException
-
Packages that use ResourceServiceException Package Description org.apache.uima.adapter.vinci org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.service.impl org.apache.uima.collection.impl.cpm.container.deployer org.apache.uima.resource Interfaces forResourcesandResourceSpecifiers.org.apache.uima.resource.service.impl -
-
Uses of ResourceServiceException in org.apache.uima.adapter.vinci
Methods in org.apache.uima.adapter.vinci that throw ResourceServiceException Modifier and Type Method Description voidVinciAnalysisEngineServiceStub. callBatchProcessComplete()Call batch process complete.voidVinciBinaryAnalysisEngineServiceStub. callBatchProcessComplete()Call batch process complete.voidVinciAnalysisEngineServiceStub. callCollectionProcessComplete()Call collection process complete.voidVinciBinaryAnalysisEngineServiceStub. callCollectionProcessComplete()Call collection process complete.ResourceMetaDataVinciAnalysisEngineServiceStub. callGetMetaData()Call get meta data.ResourceMetaDataVinciBinaryAnalysisEngineServiceStub. callGetMetaData()Call get meta data.java.util.ListVinciAnalysisEngineServiceStub. callGetSupportedXCasVersions()Call get supported X cas versions.booleanVinciAnalysisEngineServiceStub. callIsReadOnly()Call is read only.booleanVinciAnalysisEngineServiceStub. callIsStateless()Call is stateless.voidVinciAnalysisEngineServiceStub. callProcess(CAS aCAS)Call process.voidVinciBinaryAnalysisEngineServiceStub. callProcess(CAS aCAS)Call process.voidVinciAnalysisEngineServiceStub. callProcessCas(CAS aCAS)Call process cas.private voidVinciAnalysisEngineServiceStub. doProcess(CAS aCAS)The actual process call. -
Uses of ResourceServiceException in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that throw ResourceServiceException Modifier and Type Method Description default voidAnalysisEngineServiceStub. callBatchProcessComplete()Performs service call to inform the AnalysisEngine that the processing of a batch has been completed.default voidAnalysisEngineServiceStub. callCollectionProcessComplete()Performs service call to inform the AnalysisEngine that the processing of a collection has been completed.voidAnalysisEngineServiceStub. callProcess(CAS aCAS)Performs service call to process an entity. -
Uses of ResourceServiceException in org.apache.uima.analysis_engine.service.impl
Methods in org.apache.uima.analysis_engine.service.impl that throw ResourceServiceException Modifier and Type Method Description protected CASAnalysisEngineService_impl. getCasFromPool(int aTimeout)Gets a CAS from the CAS Pool.ServiceDataCargoAnalysisEngineService_impl. process(ServiceDataCargo aData, ResultSpecification aResultSpec)Processes an entity. -
Uses of ResourceServiceException in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer that throw ResourceServiceException Modifier and Type Method Description voidVinciTAP. 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.voidVinciTAP. collectionProcessComplete()Notify the remote service that the CPE reached end of processing.ProcessingResourceMetaDataVinciTAP. 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
Methods in org.apache.uima.resource that throw ResourceServiceException Modifier and Type Method Description ResourceMetaDataResourceServiceStub. callGetMetaData()Performs service call to retrieve resource meta data. -
Uses of ResourceServiceException in org.apache.uima.resource.service.impl
Methods in org.apache.uima.resource.service.impl that throw ResourceServiceException Modifier and Type Method Description ResourceMetaDataResourceService_impl. getMetaData()Gets metadata for this Resource service.
-