}
}
public static void sendAlertEmail(String subject, String msg) throws Exception {
SendEmail sendEmail = MailServerData.getSendEmailObject();
sendEmail.sendAlert(subject, "SuperWatchdog: " + msg);
}
public static Vector selectAllWorkingChores(long from, long to, int rows) throws Exception {
Connection connection = DirectTaskDatabaseConnection.getConnection();
synchronized (connection) {