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

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

Uses of Schedule in org.jboss.seam.async
 

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)