public interface UimaASStatusCallbackListener
UimaAsynchronousEngine
as
various events occur.Modifier and Type | Method and Description |
---|---|
void |
collectionProcessComplete(org.apache.uima.collection.EntityProcessStatus aStatus)
The callback used to inform the application that the CPC request has completed.
|
void |
entityProcessComplete(org.apache.uima.cas.CAS aCas,
org.apache.uima.collection.EntityProcessStatus aStatus)
Called when the processing of each entity has completed.
|
void |
initializationComplete(org.apache.uima.collection.EntityProcessStatus aStatus)
The callback used to inform the application that the initialization request has completed.
|
void initializationComplete(org.apache.uima.collection.EntityProcessStatus aStatus)
aStatus
- the status of the processing. This object contains a record of any Exception that
occurred, as well as timing information.void entityProcessComplete(org.apache.uima.cas.CAS aCas, org.apache.uima.collection.EntityProcessStatus aStatus)
aCas
- the CAS containing the processed entity and the analysis resultsaStatus
- the status of the processing. This object contains a record of any Exception that
occurred, as well as timing information.void collectionProcessComplete(org.apache.uima.collection.EntityProcessStatus aStatus)
aStatus
- the status of the processing. This object contains a record of any Exception that
occurred, as well as timing information.Copyright © 2017. All rights reserved.