|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |