Uses of Class
com.sun.ejb.containers.EJBTimerSchedule
-
Packages that use EJBTimerSchedule Package Description com.sun.ejb.containers -
-
Uses of EJBTimerSchedule in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return EJBTimerSchedule Modifier and Type Method Description protected EJBTimerScheduleEJBTimerService. getTimerSchedule(TimerPrimaryKey timerId)Called by #getScheduleExpression and #isCalendarTimerEJBTimerScheduleEJBTimerSchedule. setAutomatic(boolean b)Methods in com.sun.ejb.containers with parameters of type EJBTimerSchedule Modifier and Type Method Description protected voidEJBTimerService. _createTimer(TimerPrimaryKey timerId, long containerId, long applicationId, Object timedObjectPrimaryKey, String server_name, Date initialExpiration, long intervalDuration, EJBTimerSchedule schedule, jakarta.ejb.TimerConfig timerConfig)protected voidEJBTimerService. addToSchedules(long containerId, TimerPrimaryKey timerId, EJBTimerSchedule ts)protected DateEJBTimerService. getNextScheduledTimeout(EJBTimerSchedule ts)Returns next schedule-based timeout or null if such schedule will not expire again.Constructors in com.sun.ejb.containers with parameters of type EJBTimerSchedule Constructor Description RuntimeTimerState(TimerPrimaryKey timerId, Date initialExpiration, long intervalDuration, BaseContainer container, Object timedObjectPkey, EJBTimerSchedule schedule, Serializable info, boolean persistent)
-