Uses of Class
edu.ntnu.item.jt.system.AVUpdateResult

Packages that use AVUpdateResult
edu.ntnu.item.jt.system Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. 
 

Uses of AVUpdateResult in edu.ntnu.item.jt.system
 

Methods in edu.ntnu.item.jt.system that return AVUpdateResult
 AVUpdateResult Scanner.updateAV()
          Attempt to update the AV engine for this scanner.
 

Methods in edu.ntnu.item.jt.system that return types with arguments of type AVUpdateResult
 ArrayList<AVUpdateResult> PowerScan.update()
          Attempt to update all scanner registered in the system.
 ArrayList<AVUpdateResult> ThreadHandler.updateScanners()
          Update virus definitions for the scanners associated with this thread handler.
 

Methods in edu.ntnu.item.jt.system with parameters of type AVUpdateResult
 void ThreadHandler.reportResult(AVUpdateResult rsr)
           
 void AVUpdateThreadCallback.reportResult(AVUpdateResult avUpdateResult)
          Callback function for threads responsible for performing update of one AV engine.
 

Method parameters in edu.ntnu.item.jt.system with type arguments of type AVUpdateResult
 void Frontend.displayUpdateResults(ArrayList<AVUpdateResult> results)
          Display the result of a update operation to the user.