|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScheduleServiceException | |
---|---|
com.espertech.esper.schedule | Package for timer callback scheduling |
Uses of ScheduleServiceException in com.espertech.esper.schedule |
---|
Subclasses of ScheduleServiceException in com.espertech.esper.schedule | |
---|---|
class |
ScheduleHandleExistsException
This exception is thrown to indicate trying to add a scheduling callback that already existed. |
Methods in com.espertech.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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |