public static ResponseWindowsCollectorDAO getResponseWindowsCollectorDAO(Connection connection) throws DBException {
return new ResponseWindowsCollectorDAO(connection);
}
public static ResponseWindowsCollectorDAO getResponseWindowsCollectorDAO() throws DBException {
return new ResponseWindowsCollectorDAO(DBUtil.getConnection());
}