Uses of Class
org.apache.uima.resource.ResourceProcessException
-
Packages that use ResourceProcessException Package Description org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl org.apache.uima.collection Classes and interfaces for collection processing.org.apache.uima.collection.base_cpm org.apache.uima.collection.impl.base_cpm.container org.apache.uima.collection.impl.base_cpm.container.deployer org.apache.uima.collection.impl.cpm.container org.apache.uima.collection.impl.cpm.engine org.apache.uima.test.junit_extension org.apache.uima.tools.components -
-
Uses of ResourceProcessException in org.apache.uima.analysis_engine
Subclasses of ResourceProcessException in org.apache.uima.analysis_engine Modifier and Type Class Description classAnalysisEngineProcessExceptionAnAnalysisEngineProcessExceptionmay be thrown by an Analysis Engine's process method, indicating that a failure occurred during processing. -
Uses of ResourceProcessException in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that throw ResourceProcessException Modifier and Type Method Description voidAnalysisEngineImplBase. batchProcessComplete(ProcessTrace aTrace)voidPearAnalysisEngineWrapper. batchProcessComplete(ProcessTrace trace)voidAnalysisEngineImplBase. collectionProcessComplete(ProcessTrace aTrace)voidPearAnalysisEngineWrapper. collectionProcessComplete(ProcessTrace trace)voidAnalysisEngineImplBase. processCas(CAS aCAS)voidAnalysisEngineImplBase. processCas(CAS[] aCASes) -
Uses of ResourceProcessException in org.apache.uima.collection
Methods in org.apache.uima.collection that throw ResourceProcessException Modifier and Type Method Description voidCasConsumer_ImplBase. batchProcessComplete(ProcessTrace arg0)voidCasConsumer_ImplBase. collectionProcessComplete(ProcessTrace arg0)voidCasConsumer_ImplBase. processCas(CAS[] aCASes) -
Uses of ResourceProcessException in org.apache.uima.collection.base_cpm
Methods in org.apache.uima.collection.base_cpm that throw ResourceProcessException Modifier and Type Method Description voidCasDataConsumer. batchProcessComplete(ProcessTrace aTrace)Completes the processing of a batch.voidCasProcessor. batchProcessComplete(ProcessTrace aTrace)Completes the processing of a batch.voidCasDataConsumer. collectionProcessComplete(ProcessTrace aTrace)Completes the processing of an entire collection.voidCasProcessor. collectionProcessComplete(ProcessTrace aTrace)Completes the processing of an entire collection.CasDataCasDataProcessor. process(CasData aCAS)Process a single CasData.CasData[]CasDataProcessor. process(CasData[] aCASes)Process multiple CasData objects.voidCasObjectProcessor. processCas(CAS aCAS)Process a single CAS.voidCasObjectProcessor. processCas(CAS[] aCASes)Processes multiple CASes. -
Uses of ResourceProcessException in org.apache.uima.collection.impl.base_cpm.container
Methods in org.apache.uima.collection.impl.base_cpm.container that throw ResourceProcessException Modifier and Type Method Description abstract booleanProcessingContainer. isEndOfBatch(CasProcessor aCasProcessor, int aProcessedSize) -
Uses of ResourceProcessException in org.apache.uima.collection.impl.base_cpm.container.deployer
Subclasses of ResourceProcessException in org.apache.uima.collection.impl.base_cpm.container.deployer Modifier and Type Class Description classCasProcessorDeploymentException -
Uses of ResourceProcessException in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container that throw ResourceProcessException Modifier and Type Method Description voidCasObjectNetworkCasProcessorImpl. batchProcessComplete(ProcessTrace aTrace)voidNetworkCasProcessorImpl. batchProcessComplete(ProcessTrace aTrace)Notifies Network AE that end-of-batch marker has been reached.voidCasObjectNetworkCasProcessorImpl. collectionProcessComplete(ProcessTrace aTrace)Closes the connection to the remote servicevoidNetworkCasProcessorImpl. collectionProcessComplete(ProcessTrace aTrace)This method gets called when the CPM completes processing the collection.booleanProcessingContainer_Impl. isEndOfBatch(CasProcessor aCasProcessor, int aProcessedSize)CasDataNetworkCasProcessorImpl. process(CasData aCas)Main method used during analysis.CasData[]NetworkCasProcessorImpl. process(CasData[] aCasList)Main method used during analysis.voidCasObjectNetworkCasProcessorImpl. processCas(CAS aCAS)Uses configured transport to delegate given CAS to the remote service.voidCasObjectNetworkCasProcessorImpl. processCas(CAS[] aCASes)Uses configured transport to delegate given CASes to the remote service -
Uses of ResourceProcessException in org.apache.uima.collection.impl.cpm.engine
Subclasses of ResourceProcessException in org.apache.uima.collection.impl.cpm.engine Modifier and Type Class Description classCPMChunkTimeoutExceptionMethods in org.apache.uima.collection.impl.cpm.engine that throw ResourceProcessException Modifier and Type Method Description protected booleanProcessingUnit. processNext(java.lang.Object[] aCasObjectList, ProcessTrace pTrTemp)Executes the processing pipeline. -
Uses of ResourceProcessException in org.apache.uima.test.junit_extension
Methods in org.apache.uima.test.junit_extension that throw ResourceProcessException Modifier and Type Method Description voidAnnotationWriter. batchProcessComplete(ProcessTrace aTrace)voidAnnotationWriter. collectionProcessComplete(ProcessTrace aTrace)voidAnnotationWriter. processCas(CAS aCAS) -
Uses of ResourceProcessException in org.apache.uima.tools.components
Methods in org.apache.uima.tools.components that throw ResourceProcessException Modifier and Type Method Description voidInlineXmlCasConsumer. processCas(CAS aCAS)Processes the CasContainer which was populated by the TextAnalysisEngines.voidXCasWriterCasConsumer. processCas(CAS aCAS)Processes the CasContainer which was populated by the TextAnalysisEngines.voidXmiWriterCasConsumer. processCas(CAS aCAS)Processes the CAS which was populated by the TextAnalysisEngines.
-