log.info("setUp: The sleep delay will be '" + this.sleepDelay + "' ms");
long tmp = this.readerInfo.getLong("alertScheduler.pollInterval", 10000000L);
if (this.sleepDelay <= (tmp-500L))
assertTrue("The sleep delay '" + this.sleepDelay + "' is too short since the polling interval for the dbWatcher is '" + tmp + "'", false);
dbSpecific.cleanup(conn, doWarn);
try {
pool.update("DROP TABLE " + this.tableName);
}
catch (Exception e) {
}