Examples of IScanResult


Examples of fr.soleil.salsa.entity.IScanResult

     * @throws SalsaScanConfigurationException If the Scan Server Scan Type is not supported
     * @throws ScanDeviceException If a problem occurred while reading scan result
     */
    public static IScanResult readScanResult(String scanServerName) throws SalsaDeviceException,
    SalsaScanConfigurationException {
        IScanResult result = ScanApi.readScanResult(scanServerName);
        LOGGER.info("{}.readScanResult({})={}", SalsaAPI.class.getSimpleName(), scanServerName, result);
        return result;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.