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

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

Uses of TimerSchedule in org.jboss.seam.async
 

Fields in org.jboss.seam.async declared as TimerSchedule
static TimerSchedule TimerSchedule.ONCE_IMMEDIATELY
           
 

Methods in org.jboss.seam.async that return TimerSchedule
protected  TimerSchedule AbstractDispatcher.createTimerSchedule(InvocationContext invocation)
           
 

Methods in org.jboss.seam.async with parameters of type TimerSchedule
 javax.ejb.Timer TimerServiceDispatcher.scheduleTimedEvent(String type, TimerSchedule schedule, Object... parameters)
           
 Future ThreadPoolDispatcher.scheduleTimedEvent(String type, TimerSchedule schedule, Object... parameters)