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

Packages that use SchedulingServiceSPI
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.schedule Package for timer callback scheduling 
 

Uses of SchedulingServiceSPI in com.espertech.esper.core.service
 

Classes in com.espertech.esper.core.service that implement SchedulingServiceSPI
 class SchedulingServiceAudit
           
 

Methods in com.espertech.esper.core.service that return SchedulingServiceSPI
 SchedulingServiceSPI EPServicesContext.getSchedulingService()
          Returns scheduling service implementation.
 SchedulingServiceSPI EPIsolationUnitServices.getSchedulingService()
          Returns the isolated scheduling service.
 

Methods in com.espertech.esper.core.service with parameters of type SchedulingServiceSPI
protected static java.util.Map<java.lang.String,java.lang.Long> EPRuntimeImpl.getStatementNearestSchedulesInternal(SchedulingServiceSPI schedulingService, StatementLifecycleSvc statementLifecycleSvc)
           
 

Constructors in com.espertech.esper.core.service with parameters of type SchedulingServiceSPI
EPIsolationUnitServices(java.lang.String name, int unitId, FilterServiceSPI filterService, SchedulingServiceSPI schedulingService)
          Ctor.
EPServicesContext(java.lang.String engineURI, SchedulingServiceSPI schedulingService, EventAdapterService eventAdapterService, EngineImportService engineImportService, EngineSettingsService engineSettingsService, DatabaseConfigService databaseConfigService, PluggableObjectCollection plugInViews, StatementLockFactory statementLockFactory, ManagedReadWriteLock eventProcessingRWLock, ExtensionServicesContext extensionServicesContext, EngineEnvContext engineEnvContext, StatementContextFactory statementContextFactory, PluggableObjectCollection plugInPatternObjects, TimerService timerService, FilterServiceSPI filterService, StreamFactoryService streamFactoryService, NamedWindowService namedWindowService, VariableService variableService, TableService tableService, TimeSourceService timeSourceService, ValueAddEventService valueAddEventService, MetricReportingServiceSPI metricsReportingService, StatementEventTypeRef statementEventTypeRef, StatementVariableRef statementVariableRef, ConfigurationInformation configSnapshot, ThreadingService threadingServiceImpl, InternalEventRouterImpl internalEventRouter, StatementIsolationService statementIsolationService, SchedulingMgmtService schedulingMgmtService, DeploymentStateService deploymentStateService, ExceptionHandlingService exceptionHandlingService, PatternNodeFactory patternNodeFactory, EventTypeIdGenerator eventTypeIdGenerator, StatementMetadataFactory statementMetadataFactory, ContextManagementService contextManagementService, SchedulableAgentInstanceDirectory schedulableAgentInstanceDirectory, PatternSubexpressionPoolEngineSvc patternSubexpressionPoolSvc, DataFlowService dataFlowService, ExprDeclaredService exprDeclaredService)
          Constructor - sets up new set of services.
SchedulingServiceAudit(java.lang.String engineUri, java.lang.String statementName, SchedulingServiceSPI spi)
           
 

Uses of SchedulingServiceSPI in com.espertech.esper.schedule
 

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


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com