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
 

Subclasses of ScheduleServiceException in net.esper.schedule
 class ScheduleHandleExistsException
          This exception is thrown to indicate trying to add a scheduling callback that already existed.
 

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


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com