Uses of Interface
net.esper.schedule.SchedulingService

Packages that use SchedulingService
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.db Database SQL polling views and caches 
net.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
net.esper.schedule Package for timer callback scheduling 
net.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of SchedulingService in net.esper.core
 

Methods in net.esper.core that return SchedulingService
 SchedulingService StatementContext.getSchedulingService()
          Returns service to use for schedule evaluation.
 SchedulingService EPServicesContext.getSchedulingService()
          Returns scheduling service implementation.
 SchedulingService EPServiceProviderSPI.getSchedulingService()
          Get the SchedulingService for this engine.
 SchedulingService EPServiceProviderImpl.getSchedulingService()
           
 

Methods in net.esper.core with parameters of type SchedulingService
protected static DatabaseConfigService EPServicesContextFactoryDefault.makeDatabaseRefService(ConfigurationSnapshot configSnapshot, SchedulingService schedulingService)
          Creates the database config service.
 

Constructors in net.esper.core with parameters of type SchedulingService
EPServicesContext(String engineURI, SchedulingService schedulingService, EventAdapterService eventAdapterService, EngineImportService engineImportService, EngineSettingsService engineSettingsService, DatabaseConfigService databaseConfigService, PluggableObjectCollection plugInViews, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, ExtensionServicesContext extensionServicesContext, EngineEnvContext engineEnvContext, StatementContextFactory statementContextFactory, PluggableObjectCollection plugInPatternObjects, OutputConditionFactory outputConditionFactory, TimerService timerService, boolean isShareViews)
          Constructor - sets up new set of services.
StatementContext(String engineURI, String engineInstanceId, String statementId, String statementName, String expression, SchedulingService schedulingService, ScheduleBucket scheduleBucket, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, ViewResolutionService viewResultionService, PatternObjectResolutionService patternResolutionService, ExtensionServicesContext extensionServicesContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, JoinSetComposerFactory joinSetComposerFactory, OutputConditionFactory outputConditionFactory)
          Constructor.
 

Uses of SchedulingService in net.esper.eql.db
 

Constructors in net.esper.eql.db with parameters of type SchedulingService
DatabaseConfigServiceImpl(Map<String,ConfigurationDBRef> mapDatabaseRef, SchedulingService schedulingService, ScheduleBucket scheduleBucket)
          Ctor.
DataCacheExpiringImpl(double maxAgeSec, double purgeIntervalSec, SchedulingService schedulingService, ScheduleSlot scheduleSlot, EPStatementHandle epStatementHandle)
          Ctor.
 

Uses of SchedulingService in net.esper.pattern
 

Methods in net.esper.pattern that return SchedulingService
 SchedulingService PatternContext.getSchedulingService()
          Returns service to use for schedule evaluation.
 

Uses of SchedulingService in net.esper.schedule
 

Classes in net.esper.schedule that implement SchedulingService
 class SchedulingServiceImpl
          Implements the schedule service by simply keeping a sorted set of long millisecond values and a set of handles for each.
 

Methods in net.esper.schedule that return SchedulingService
static SchedulingService SchedulingServiceProvider.newService()
          Creates an implementation of the SchedulingService interface.
 

Uses of SchedulingService in net.esper.view
 

Methods in net.esper.view that return SchedulingService
 SchedulingService ViewFactoryContext.getSchedulingService()
          Returns service to use for schedule evaluation.