IQAJavaBase_API methods
IQAJavaBase_API contains the following methods:
startJob(String jobName, String profileName)- Called as processing on a transmission begins. The profileName parameter is retrieved from the configuration file (IQAProfileName).
endJob(IQAImageSummary imgSummary)- Called when processing on a transmission ends. The IQAImageSummary object should be populated with summary information upon return.
createImageSummaryObj()- Called by the Gateway Server to retrieve an object that implements the IQAImageSummary interface.
createImageRecordObj()- Called by the Gateway Server to retrieve an object that implements the IQAImageRecord interface.
createImageResultsObj()- Called by the Gateway Server to retrieve an object that implements the IQAImageResults interface.