3435363738394041
/** * */ private void refresh() { String factoryClassName = SalsaDAOFactory.class.getName(); view.setScanStatusKey(factoryClassName, new ScanStatusKey(factoryClassName)); view.switchDAOFactory(factoryClassName); }