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