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

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

Uses of TimeSourceService in com.espertech.esper.core
 

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

Constructors in com.espertech.esper.core with parameters of type TimeSourceService
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.
EPStatementImpl(String statementId, String statementName, String expressionText, boolean isPattern, DispatchService dispatchService, StatementLifecycleSvc statementLifecycleSvc, long timeLastStateChange, boolean isBlockingDispatch, boolean isSpinBlockingDispatch, long msecBlockingTimeout, EPStatementHandle epStatementHandle, VariableService variableService, StatementResultService statementResultService, TimeSourceService timeSourceService)
          Ctor.
InsertIntoLatchFactory(String name, long msecWait, ConfigurationEngineDefaults.Threading.Locking locking, TimeSourceService timeSourceService)
          Ctor.
InsertIntoLatchSpin(InsertIntoLatchSpin earlier, long msecTimeout, Object payload, TimeSourceService timeSourceService)
          Ctor.
InsertIntoLatchSpin(TimeSourceService timeSourceService)
          Ctor - use for the first and unused latch to indicate completion.
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 SchedulingService 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.
 


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