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

Packages that use TriggerSupplies
org.jboss.seam.cron.spi.scheduling.trigger   
 

Uses of TriggerSupplies in org.jboss.seam.cron.spi.scheduling.trigger
 

Fields in org.jboss.seam.cron.spi.scheduling.trigger declared as TriggerSupplies
protected  TriggerSupplies TriggerSupport.supplies
           
 

Methods in org.jboss.seam.cron.spi.scheduling.trigger that return TriggerSupplies
abstract  TriggerSupplies ProviderContextTriggerSupport.fetchTriggerSupplies(T providerContext)
          Since scheduled jobs are typically outside the CDI context, the scheduling provider will be responsible for stashing the objects required by $ProviderContextTriggerSupport to fire the appropriate event, and looking them up in this method's implementation using their own context.
 

Constructors in org.jboss.seam.cron.spi.scheduling.trigger with parameters of type TriggerSupplies
TriggerSupport(TriggerSupplies supplies)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.