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

Packages that use SchedulingService
com.espertech.esper.core Implementation of client package interfaces, glue code 
com.espertech.esper.epl.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
com.espertech.esper.epl.db Database SQL polling views and caches 
com.espertech.esper.pattern Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance 
com.espertech.esper.schedule Package for timer callback scheduling 
com.espertech.esper.view View infrastructure concerned with view creation and destroy, cloning and hooking views trees into filtering. 
 

Uses of SchedulingService in com.espertech.esper.core
 

Methods in com.espertech.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 com.espertech.esper.core with parameters of type SchedulingService
protected static DatabaseConfigService EPServicesContextFactoryDefault.makeDatabaseRefService(ConfigurationInformation configSnapshot, SchedulingService schedulingService)
          Creates the database config service.
 

Constructors in com.espertech.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, FilterService filterService, StreamFactoryService streamFactoryService, NamedWindowService namedWindowService, VariableService variableService, TimeSourceService timeSourceService, ValueAddEventService valueAddEventService)
          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, StatementExtensionSvcContext statementExtensionSvcContext, StatementStopService statementStopService, MethodResolutionService methodResolutionService, PatternContextFactory patternContextFactory, FilterService filterService, JoinSetComposerFactory joinSetComposerFactory, OutputConditionFactory outputConditionFactory, NamedWindowService namedWindowService, VariableService variableService, StatementResultService statementResultService, URI[] plugInTypeResolutionURIs, ValueAddEventService valueAddEventService)
          Constructor.
 

Uses of SchedulingService in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core with parameters of type SchedulingService
static HistoricalEventViewable MethodPollingViewableFactory.createPollMethodView(int streamNumber, MethodStreamSpec methodStreamSpec, EventAdapterService eventAdapterService, EPStatementHandle epStatementHandle, MethodResolutionService methodResolutionService, EngineImportService engineImportService, SchedulingService schedulingService, ScheduleBucket scheduleBucket)
          Creates a method-invocation polling view for use as a stream that calls a method, or pulls results from cache.
 

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

Methods in com.espertech.esper.epl.db with parameters of type SchedulingService
static DataCache DataCacheFactory.getDataCache(ConfigurationDataCache cacheDesc, EPStatementHandle epStatementHandle, SchedulingService schedulingService, ScheduleBucket scheduleBucket)
          Creates a cache implementation for the strategy as defined by the cache descriptor.
 

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

Uses of SchedulingService in com.espertech.esper.pattern
 

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

Uses of SchedulingService in com.espertech.esper.schedule
 

Classes in com.espertech.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 com.espertech.esper.schedule that return SchedulingService
static SchedulingService SchedulingServiceProvider.newService(TimeSourceService timeSourceService)
          Creates an implementation of the SchedulingService interface.
 

Uses of SchedulingService in com.espertech.esper.view
 

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


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