Uses of Class
javax.ejb.TimerConfig

Packages that use TimerConfig
javax.ejb   
 

Uses of TimerConfig in javax.ejb
 

Methods in javax.ejb with parameters of type TimerConfig
 Timer TimerService.createCalendarTimer(ScheduleExpression schedule, TimerConfig timerConfig)
           
 Timer TimerService.createIntervalTimer(java.util.Date initialExpiration, long intervalDuration, TimerConfig timerConfig)
           
 Timer TimerService.createIntervalTimer(long initialDuration, long intervalDuration, TimerConfig timerConfig)
           
 Timer TimerService.createSingleActionTimer(java.util.Date expiration, TimerConfig timerConfig)
           
 Timer TimerService.createSingleActionTimer(long duration, TimerConfig timerConfig)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.