Uses of Interface
net.esper.timer.TimerService

Packages that use TimerService
net.esper.core Implementation of client package interfaces, glue code 
net.esper.timer Supplies internal clocking triggering execution of schedule callbacks in a scheduling service 
 

Uses of TimerService in net.esper.core
 

Methods in net.esper.core that return TimerService
 TimerService EPServicesContext.getTimerService()
          Returns time provider service implementation.
 

Constructors in net.esper.core with parameters of type TimerService
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, boolean isShareViews)
          Constructor - sets up new set of services.
 

Uses of TimerService in net.esper.timer
 

Classes in net.esper.timer that implement TimerService
 class TimerServiceImpl
          Implementation of the internal clocking service interface.