Uses of Package
org.jboss.seam.async

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

Classes in org.jboss.seam.async used by org.jboss.seam.async
AbstractDispatcher
          Abstract Dispatcher implementation
AbstractDispatcher.DispatcherParameters
           
Asynchronous
          Something that happens asynchronously, and with a full set of Seam contexts, including propagation of the business process and task instances.
AsynchronousEvent
          An asynchronous event
Dispatcher
          Interface to be implemented by any strategy for dispatching asynchronous method calls and asynchronous events.
LocalTimerServiceDispatcher
          Local interface for TimerServiceDispatcher.
QuartzDispatcher
          Dispatcher implementation that uses the Quartz library.
QuartzTriggerHandle
          Provides control over the Quartz Job.
Schedule
          A "schedule" for a timed event executed by a timer service which supports delayed timed events.
TimerSchedule
          A "schedule" for a timed event executed by the EJB timer service or some other timer service which supports delayed and/or periodic timed events.
 

Classes in org.jboss.seam.async used by org.jboss.seam.core
Dispatcher
          Interface to be implemented by any strategy for dispatching asynchronous method calls and asynchronous events.