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 class
AnalysisEngineProcessException
AnAnalysisEngineProcessException
may 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 void
AnalysisEngineImplBase. batchProcessComplete(ProcessTrace aTrace)
void
PearAnalysisEngineWrapper. batchProcessComplete(ProcessTrace trace)
void
AnalysisEngineImplBase. collectionProcessComplete(ProcessTrace aTrace)
void
PearAnalysisEngineWrapper. collectionProcessComplete(ProcessTrace trace)
void
AnalysisEngineImplBase. processCas(CAS aCAS)
void
AnalysisEngineImplBase. 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 void
CasConsumer_ImplBase. batchProcessComplete(ProcessTrace arg0)
void
CasConsumer_ImplBase. collectionProcessComplete(ProcessTrace arg0)
void
CasConsumer_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 void
CasDataConsumer. batchProcessComplete(ProcessTrace aTrace)
Completes the processing of a batch.void
CasProcessor. batchProcessComplete(ProcessTrace aTrace)
Completes the processing of a batch.void
CasDataConsumer. collectionProcessComplete(ProcessTrace aTrace)
Completes the processing of an entire collection.void
CasProcessor. collectionProcessComplete(ProcessTrace aTrace)
Completes the processing of an entire collection.CasData
CasDataProcessor. process(CasData aCAS)
Process a single CasData.CasData[]
CasDataProcessor. process(CasData[] aCASes)
Process multiple CasData objects.void
CasObjectProcessor. processCas(CAS aCAS)
Process a single CAS.void
CasObjectProcessor. 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 boolean
ProcessingContainer. 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 class
CasProcessorDeploymentException
-
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 void
CasObjectNetworkCasProcessorImpl. batchProcessComplete(ProcessTrace aTrace)
void
NetworkCasProcessorImpl. batchProcessComplete(ProcessTrace aTrace)
Notifies Network AE that end-of-batch marker has been reached.void
CasObjectNetworkCasProcessorImpl. collectionProcessComplete(ProcessTrace aTrace)
Closes the connection to the remote servicevoid
NetworkCasProcessorImpl. collectionProcessComplete(ProcessTrace aTrace)
This method gets called when the CPM completes processing the collection.boolean
ProcessingContainer_Impl. isEndOfBatch(CasProcessor aCasProcessor, int aProcessedSize)
CasData
NetworkCasProcessorImpl. process(CasData aCas)
Main method used during analysis.CasData[]
NetworkCasProcessorImpl. process(CasData[] aCasList)
Main method used during analysis.void
CasObjectNetworkCasProcessorImpl. processCas(CAS aCAS)
Uses configured transport to delegate given CAS to the remote service.void
CasObjectNetworkCasProcessorImpl. 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 class
CPMChunkTimeoutException
Methods in org.apache.uima.collection.impl.cpm.engine that throw ResourceProcessException Modifier and Type Method Description protected boolean
ProcessingUnit. 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 void
AnnotationWriter. batchProcessComplete(ProcessTrace aTrace)
void
AnnotationWriter. collectionProcessComplete(ProcessTrace aTrace)
void
AnnotationWriter. 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 void
InlineXmlCasConsumer. processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.void
XCasWriterCasConsumer. processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.void
XmiWriterCasConsumer. processCas(CAS aCAS)
Processes the CAS which was populated by the TextAnalysisEngines.
-