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