Uses of Class
net.esper.schedule.ScheduleServiceException

Packages that use ScheduleServiceException
net.esper.schedule Package for timer callback scheduling 
 

Uses of ScheduleServiceException in net.esper.schedule
 

Methods in net.esper.schedule that throw ScheduleServiceException
 void SchedulingServiceImpl.add(long afterMSec, ScheduleCallback callback, ScheduleSlot slot)
           
 void SchedulingService.add(long afterMSec, ScheduleCallback callback, ScheduleSlot slot)
          Add a callback for after the given milliseconds from the current time.
 void SchedulingService.add(ScheduleSpec scheduleSpec, ScheduleCallback callback, ScheduleSlot slot)
          Add a callback for a time specified by the schedule specification passed in based on the current time.
 void SchedulingService.remove(ScheduleCallback callback, ScheduleSlot slot)
          Remove a callback.