Uses of Interface
com.espertech.esper.schedule.ScheduleHandle

Packages that use ScheduleHandle
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.schedule Package for timer callback scheduling 
 

Uses of ScheduleHandle in com.espertech.esper.core
 

Classes in com.espertech.esper.core that implement ScheduleHandle
 class EPStatementHandleCallback
          Statement resource handle and callback for use with FilterService and SchedulingService.
 

Uses of ScheduleHandle in com.espertech.esper.schedule
 

Methods in com.espertech.esper.schedule with parameters of type ScheduleHandle
 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 SchedulingServiceImpl.add(ScheduleSpec spec, ScheduleHandle handle, ScheduleSlot slot)
           
 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 SchedulingServiceImpl.remove(ScheduleHandle handle, ScheduleSlot slot)
           
 void SchedulingService.remove(ScheduleHandle handle, ScheduleSlot slot)
          Remove a handle.
 

Method parameters in com.espertech.esper.schedule with type arguments of type ScheduleHandle
 void SchedulingServiceImpl.evaluate(Collection<ScheduleHandle> handles)
           
 void SchedulingService.evaluate(Collection<ScheduleHandle> handles)
          Evaluate the current time and add to the collection any handles scheduled for execution.
 


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