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.
 

Uses of TimerService in net.esper.timer
 

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

Methods in net.esper.timer that return TimerService
static TimerService TimerServiceProvider.newService()
          Creates an implementation of the TimerService interface.