Uses of Class
edu.ntnu.item.jt.system.configbeans.AVRealTimeScanBean

Packages that use AVRealTimeScanBean
edu.ntnu.item.jt.system Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. 
edu.ntnu.item.jt.system.configbeans Annotated config beans used by Simple to perform easy serialization and deserialization of XML 
 

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

Constructors in edu.ntnu.item.jt.system with parameters of type AVRealTimeScanBean
Scanner(GuestOS scanMachine, String name, String avEnginePath, String parameters, String remoteLogPath, LogFilter avScanFilter, AVUpdateInfoBean avUpdateBean, AVRealTimeScanBean realTimeScanBean)
          Constructor for scanner class.
 

Uses of AVRealTimeScanBean in edu.ntnu.item.jt.system.configbeans
 

Methods in edu.ntnu.item.jt.system.configbeans that return AVRealTimeScanBean
 AVRealTimeScanBean AVEngineBean.getRealtimeScanBean()
           
 

Methods in edu.ntnu.item.jt.system.configbeans with parameters of type AVRealTimeScanBean
 void AVEngineBean.setRealtimeScanBean(AVRealTimeScanBean realtimeScanBean)