public static BandwidthCollectorDAO getBandwidthCollectorDAO() throws DBException {
return new BandwidthCollectorDAO(DBUtil.getConnection());
}
public static ResponseCollectorDAO getResponseCollectorDAO(Connection connection) throws DBException {
return new ResponseCollectorDAO(connection);
}