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

Packages that use ScheduleSlot
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.schedule Package for timer callback scheduling 
 

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

Constructors in com.espertech.esper.epl.db with parameters of type ScheduleSlot
DataCacheExpiringImpl(double maxAgeSec, double purgeIntervalSec, ConfigurationCacheReferenceType cacheReferenceType, SchedulingService schedulingService, ScheduleSlot scheduleSlot, EPStatementHandle epStatementHandle)
          Ctor.
 

Uses of ScheduleSlot in com.espertech.esper.schedule
 

Methods in com.espertech.esper.schedule that return ScheduleSlot
 ScheduleSlot ScheduleBucket.allocateSlot()
          Returns a new slot in the bucket.
 

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


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