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

Packages that use ScheduleHandleCallback
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.pattern.guard Pattern guards that can define the lifetime of a pattern 
com.espertech.esper.pattern.observer Pattern observer classes the observe timer events 
 

Uses of ScheduleHandleCallback in com.espertech.esper.core
 

Methods in com.espertech.esper.core that return ScheduleHandleCallback
 ScheduleHandleCallback EPStatementHandleCallback.getScheduleCallback()
          Returns the statement schedule callback, or null if this is a filter callback handle.
 

Constructors in com.espertech.esper.core with parameters of type ScheduleHandleCallback
EPStatementHandleCallback(EPStatementHandle epStatementHandle, ScheduleHandleCallback callback)
          Ctor.
 

Uses of ScheduleHandleCallback in com.espertech.esper.epl.db
 

Classes in com.espertech.esper.epl.db that implement ScheduleHandleCallback
 class DataCacheExpiringImpl
          Implements an expiry-time cache that evicts data when data becomes stale after a given number of seconds.
 

Uses of ScheduleHandleCallback in com.espertech.esper.pattern.guard
 

Classes in com.espertech.esper.pattern.guard that implement ScheduleHandleCallback
 class TimerWithinGuard
          Guard implementation that keeps a timer instance and quits when the timer expired, letting all MatchedEventMap instances pass until then.
 

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

Classes in com.espertech.esper.pattern.observer that implement ScheduleHandleCallback
 class TimerAtObserver
          Observer implementation for indicating that a certain time arrived, similar to "crontab".
 class TimerIntervalObserver
          Observer that will wait a certain interval before indicating true (raising an event).
 


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