Uses of Class
org.jboss.seam.cron.spi.scheduling.trigger.IntervalTriggerDetail

Packages that use IntervalTriggerDetail
org.jboss.seam.cron.spi.scheduling   
 

Uses of IntervalTriggerDetail in org.jboss.seam.cron.spi.scheduling
 

Methods in org.jboss.seam.cron.spi.scheduling that return IntervalTriggerDetail
 IntervalTriggerDetail CronSchedulingInstaller.createEventPayloadFromEveryBinding(Every everyBinding)
          Inspects the given @Every qualifier and extracts its settings into a new #ScheduledTriggerDetail.
 

Methods in org.jboss.seam.cron.spi.scheduling with parameters of type IntervalTriggerDetail
 void CronSchedulingProvider.processIntervalTrigger(IntervalTriggerDetail intervalTriggerDetails)
          Given the details of a repeating-interval trigger, set up the underlying scheduling engine to fire the appropriate trigger at the appropriate times.
 



Copyright © 2011 Seam Framework. All Rights Reserved.