Uses of Interface
com.espertech.esper.timer.TimeSourceService

Packages that use TimeSourceService
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.schedule Package for timer callback scheduling 
com.espertech.esper.timer Supplies internal clocking triggering execution of schedule callbacks in a scheduling service 
 

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

Methods in com.espertech.esper.core.service that return TimeSourceService
 TimeSourceService EPServicesContext.getTimeSource()
          Returns the time source provider class.
 TimeSourceService InsertIntoLatchFactory.getTimeSourceService()
           
protected static TimeSourceService EPServicesContextFactoryDefault.makeTimeSource(ConfigurationInformation configSnapshot)
          Makes the time source provider.
 

Constructors in com.espertech.esper.core.service with parameters of type TimeSourceService
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.
EPStatementImpl(java.lang.String expressionNoAnnotations, boolean isPattern, DispatchService dispatchService, StatementLifecycleSvc statementLifecycleSvc, long timeLastStateChange, boolean isBlockingDispatch, boolean isSpinBlockingDispatch, long msecBlockingTimeout, TimeSourceService timeSourceService, StatementMetadata statementMetadata, java.lang.Object userObject, StatementContext statementContext, boolean isFailed, boolean nameProvided)
          Ctor.
InsertIntoLatchFactory(java.lang.String name, long msecWait, ConfigurationEngineDefaults.Threading.Locking locking, TimeSourceService timeSourceService)
          Ctor.
UpdateDispatchFutureSpin(TimeSourceService timeSourceService)
          Ctor - use for the first future to indicate completion.
UpdateDispatchFutureSpin(UpdateDispatchViewBlockingSpin view, UpdateDispatchFutureSpin earlier, long msecTimeout, TimeSourceService timeSourceService)
          Ctor.
UpdateDispatchViewBlockingSpin(StatementResultService statementResultService, DispatchService dispatchService, long msecTimeout, TimeSourceService timeSourceService)
          Ctor.
 

Uses of TimeSourceService in com.espertech.esper.schedule
 

Methods in com.espertech.esper.schedule with parameters of type TimeSourceService
static SchedulingServiceSPI SchedulingServiceProvider.newService(TimeSourceService timeSourceService)
          Creates an implementation of the SchedulingService interface.
 

Constructors in com.espertech.esper.schedule with parameters of type TimeSourceService
SchedulingServiceImpl(TimeSourceService timeSourceService)
          Constructor.
 

Uses of TimeSourceService in com.espertech.esper.timer
 

Classes in com.espertech.esper.timer that implement TimeSourceService
 class TimeSourceServiceImpl
          Allow for different strategies for getting VM (wall clock) time.
 


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