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

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

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

Methods in com.espertech.esper.core.service that return SchedulingMgmtService
 SchedulingMgmtService EPServicesContext.getSchedulingMgmtService()
          Returns the schedule management service.
 SchedulingMgmtService EPServiceProviderSPI.getSchedulingMgmtService()
          Get the SchedulingMgmtService for this engine.
 SchedulingMgmtService EPServiceProviderImpl.getSchedulingMgmtService()
           
 

Methods in com.espertech.esper.core.service with parameters of type SchedulingMgmtService
protected static DatabaseConfigService EPServicesContextFactoryDefault.makeDatabaseRefService(ConfigurationInformation configSnapshot, SchedulingService schedulingService, SchedulingMgmtService schedulingMgmtService)
          Creates the database config service.
 

Constructors in com.espertech.esper.core.service with parameters of type SchedulingMgmtService
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.
 

Uses of SchedulingMgmtService in com.espertech.esper.schedule
 

Classes in com.espertech.esper.schedule that implement SchedulingMgmtService
 class SchedulingMgmtServiceImpl
          Implements the schedule service by simply keeping a sorted set of long millisecond values and a set of handles for each.
 


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