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