void suspendTimers() {
// notify the scheduler service of this resuming
SchedulerService schedulerService = (SchedulerService) Services.getCurrentService(Services.SERVICENAME_SCHEDULER, false);
if (schedulerService!=null) {
schedulerService.suspendTimers(this);
}
}
void suspendMessages() {
// notify the message service of this resuming