Uses of Class
com.espertech.esper.schedule.ScheduleSpec

Packages that use ScheduleSpec
com.espertech.esper.pattern.observer Pattern observer classes the observe timer events 
com.espertech.esper.schedule Package for timer callback scheduling 
 

Uses of ScheduleSpec in com.espertech.esper.pattern.observer
 

Fields in com.espertech.esper.pattern.observer declared as ScheduleSpec
protected  ScheduleSpec TimerAtObserverFactory.spec
          The schedule specification for the timer-at.
 

Constructors in com.espertech.esper.pattern.observer with parameters of type ScheduleSpec
TimerAtObserver(ScheduleSpec scheduleSpec, PatternContext context, MatchedEventMap beginState, ObserverEventEvaluator observerEventEvaluator)
          Ctor.
 

Uses of ScheduleSpec in com.espertech.esper.schedule
 

Methods in com.espertech.esper.schedule with parameters of type ScheduleSpec
 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.
static long ScheduleComputeHelper.computeNextOccurance(ScheduleSpec spec, long afterTimeInMillis)
          Computes the next lowest date in milliseconds based on a specification and the from-time passed in.
 


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