Uses of Class
net.esper.schedule.ScheduleServiceException

Packages that use ScheduleServiceException
net.esper.schedule   
 

Uses of ScheduleServiceException in net.esper.schedule
 

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