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

Packages that use Dispatcher
org.jboss.seam.async Seam asynchronicity: dispatcher implementations and schedule classes. 
org.jboss.seam.core A set of Seam components that implement Seam. 
 

Uses of Dispatcher in org.jboss.seam.async
 

Subinterfaces of Dispatcher in org.jboss.seam.async
 interface LocalTimerServiceDispatcher
          Local interface for TimerServiceDispatcher.
 

Classes in org.jboss.seam.async that implement Dispatcher
 class AbstractDispatcher<T,S extends Schedule>
          Abstract Dispatcher implementation
 class QuartzDispatcher
          Dispatcher implementation that uses the Quartz library.
 class ThreadPoolDispatcher
          Dispatcher implementation that uses a java.util.concurrent ScheduledThreadPoolExecutor.
 class TimerServiceDispatcher
          Dispatcher implementation that uses the EJB TimerService.
 

Methods in org.jboss.seam.async that return Dispatcher
static Dispatcher AbstractDispatcher.instance()
           
 

Uses of Dispatcher in org.jboss.seam.core
 

Methods in org.jboss.seam.core that return Dispatcher
protected  Dispatcher Events.getDispatcher()