122123124125126127128
// } // } public void start() { this.timer = new Timer(this.getClass().getName() + " timer"); new NetworkChecker(this, NetworkTopologyDiscovery.Factory.getInstance()).start(timer); }