Uses of Class
org.jboss.seam.async.AbstractDispatcher

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

Uses of AbstractDispatcher in org.jboss.seam.async
 

Subclasses of AbstractDispatcher in org.jboss.seam.async
 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.