From: <the...@us...> - 2003-12-18 15:28:43
|
Update of /cvsroot/junk/junk/WEB-INF/classes/junk/plugin/scanner In directory sc8-pr-cvs1:/tmp/cvs-serv32590 Modified Files: ScannerPlugin.java Log Message: minor changes Index: ScannerPlugin.java =================================================================== RCS file: /cvsroot/junk/junk/WEB-INF/classes/junk/plugin/scanner/ScannerPlugin.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ScannerPlugin.java 16 Dec 2003 10:55:58 -0000 1.4 --- ScannerPlugin.java 18 Dec 2003 15:28:40 -0000 1.5 *************** *** 56,65 **** * * @author Marcus Proest (theevilflow at users dot sf dot net) - * @todo implement multithreaded scanning */ public class ScannerPlugin implements PlugIn, Runnable { /** the key under which the map is stored in the servlet context * @deprecated use KEY_HOSTS_MAP ! * @see ScannerPlugin#KEY_HOST_MAP */ public static final String HOSTS_MAP_KEY = ScannerPlugin.KEY_HOSTS_MAP; --- 56,64 ---- * * @author Marcus Proest (theevilflow at users dot sf dot net) */ public class ScannerPlugin implements PlugIn, Runnable { /** the key under which the map is stored in the servlet context * @deprecated use KEY_HOSTS_MAP ! * @see ScannerPlugin#KEY_HOSTS_MAP */ public static final String HOSTS_MAP_KEY = ScannerPlugin.KEY_HOSTS_MAP; *************** *** 80,84 **** private boolean isScanning = false; ! /** whether the thread is running. * has to be maintained by the thread itself */ --- 79,83 ---- private boolean isScanning = false; ! /** wether the thread is running. * has to be maintained by the thread itself */ *************** *** 209,213 **** /** scans the net. * @return <CODE>true</CODE> if the scan was performed. - * @todo perform tests on thread savety * @param standalone true, if the method is started standalone * (out of struts) --- 208,211 ---- *************** *** 302,306 **** * * @param ip the ip address of the host to check - * @see ScannerPlugin.SMB_PORT * @return <code>true</code> if the smb port is reachable. * <CODE>false</CODE> if any error occurs --- 300,303 ---- |