Uses of Class
com.sun.ejb.containers.EJBTimerSchedule
-
Packages that use EJBTimerSchedule Package Description com.sun.ejb.containers fish.payara.ejb.timer.hazelcast org.glassfish.ejb.persistent.timer -
-
Uses of EJBTimerSchedule in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return EJBTimerSchedule Modifier and Type Method Description protected abstract EJBTimerScheduleEJBTimerService. getTimerSchedule(TimerPrimaryKey timerId)Called by #getScheduleExpression and #isCalendarTimerprotected EJBTimerScheduleNonPersistentEJBTimerService. getTimerSchedule(TimerPrimaryKey timerId)EJBTimerScheduleEJBTimerSchedule. 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) -
Uses of EJBTimerSchedule in fish.payara.ejb.timer.hazelcast
Methods in fish.payara.ejb.timer.hazelcast that return EJBTimerSchedule Modifier and Type Method Description EJBTimerScheduleHZTimer. getSchedule()protected EJBTimerScheduleHazelcastTimerStore. getTimerSchedule(TimerPrimaryKey timerId)Methods in fish.payara.ejb.timer.hazelcast with parameters of type EJBTimerSchedule Modifier and Type Method Description protected voidHazelcastTimerStore. _createTimer(TimerPrimaryKey timerId, long containerId, long applicationId, Object timedObjectPrimaryKey, String server_name, Date initialExpiration, long intervalDuration, EJBTimerSchedule schedule, jakarta.ejb.TimerConfig timerConfig)Constructors in fish.payara.ejb.timer.hazelcast with parameters of type EJBTimerSchedule Constructor Description HZTimer(TimerPrimaryKey timerId, long containerId, long applicationId, Object timedObjectPrimaryKey, String hzMemberName, String ownerId, Date initialExpiration, long intervalDuration, EJBTimerSchedule schedule, jakarta.ejb.TimerConfig timerConfig) -
Uses of EJBTimerSchedule in org.glassfish.ejb.persistent.timer
Methods in org.glassfish.ejb.persistent.timer that return EJBTimerSchedule Modifier and Type Method Description protected EJBTimerSchedulePersistentEJBTimerService. getTimerSchedule(TimerPrimaryKey timerId)Methods in org.glassfish.ejb.persistent.timer with parameters of type EJBTimerSchedule Modifier and Type Method Description protected voidPersistentEJBTimerService. _createTimer(TimerPrimaryKey timerId, long containerId, long applicationId, Object timedObjectPrimaryKey, String server_name, Date initialExpiration, long intervalDuration, EJBTimerSchedule schedule, jakarta.ejb.TimerConfig timerConfig)Create persistent timer.TimerStateTimerBean. createTimer(String timerId, long containerId, long applicationId, String ownerId, Object timedObjectPrimaryKey, Date initialExpiration, long intervalDuration, EJBTimerSchedule schedule, jakarta.ejb.TimerConfig timerConfig)TimerStateTimerLocal. createTimer(String timerId, long containerId, long applicationId, String ownerId, Object timedObjectPrimaryKey, Date initialExpiration, long intervalDuration, EJBTimerSchedule schedule, jakarta.ejb.TimerConfig timerConfig)
-