Uses of Interface
net.esper.timer.TimerService

Packages that use TimerService
net.esper.core   
net.esper.timer   
 

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.