Uses of Class
com.sun.ejb.containers.EJBTimerSchedule
Packages that use EJBTimerSchedule
-
Uses of EJBTimerSchedule in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return EJBTimerScheduleModifier and TypeMethodDescriptionprotected EJBTimerScheduleEJBTimerService.getTimerSchedule(TimerPrimaryKey timerId) Called by #getScheduleExpression and #isCalendarTimerEJBTimerSchedule.setAutomatic(boolean b) Methods in com.sun.ejb.containers with parameters of type EJBTimerScheduleModifier and TypeMethodDescriptionprotected 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 EJBTimerScheduleModifierConstructorDescriptionRuntimeTimerState(TimerPrimaryKey timerId, Date initialExpiration, long intervalDuration, BaseContainer container, Object timedObjectPkey, EJBTimerSchedule schedule, Serializable info, boolean persistent)