Uses of Interface
org.jboss.seam.async.LocalTimerServiceDispatcher

Packages that use LocalTimerServiceDispatcher
org.jboss.seam.async Seam asynchronicity: dispatcher implementations and schedule classes. 
 

Uses of LocalTimerServiceDispatcher in org.jboss.seam.async
 

Classes in org.jboss.seam.async that implement LocalTimerServiceDispatcher
 class TimerServiceDispatcher
          Dispatcher implementation that uses the EJB TimerService.
 

Methods in org.jboss.seam.async that return LocalTimerServiceDispatcher
static LocalTimerServiceDispatcher TimerServiceDispatcher.instance()