if (scheduled_downtime_depth) { try {
htmp.setScheduledDowntimeDepth(Integer.parseInt(str));
} catch (NumberFormatException nfe) { System.out.println("NumberFormatExcetion in DHStatus:scheduledowntimedepth, " + nfe.toString()); }
}
} else if (serviceDefinition) {
if (host_name) { stmp = new ServiceStatus(str); }
if (last_check) {
try {
stmp.setLastCheck(Long.parseLong(str)*1000);
}catch (NumberFormatException nfe) {}
}