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

Packages that use Schedule
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 Schedule in org.jboss.seam.async
 

Classes in org.jboss.seam.async with type parameters of type Schedule
 class AbstractDispatcher<T,S extends Schedule>
          Abstract Dispatcher implementation
 interface Dispatcher<T,S extends Schedule>
          Interface to be implemented by any strategy for dispatching asynchronous method calls and asynchronous events.
 

Subclasses of Schedule in org.jboss.seam.async
 class CronSchedule
          A "cron schedule" for a timed event executed by the Quartz CronTrigger.
 class 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.
 

Methods in org.jboss.seam.async that return Schedule
protected  Schedule AbstractDispatcher.createSchedule(InvocationContext invocation)
           
 

Methods in org.jboss.seam.async with parameters of type Schedule
 QuartzTriggerHandle QuartzDispatcher.scheduleTimedEvent(String type, Schedule schedule, Object... parameters)
           
 

Uses of Schedule in org.jboss.seam.core
 

Methods in org.jboss.seam.core with parameters of type Schedule
 void Events.raiseTimedEvent(String type, Schedule schedule, Object... parameters)
          Raise an event that is to be processed according to a "schedule"