Uses of Class
org.glassfish.ejb.persistent.timer.TimerState
Packages that use TimerState
-
Uses of TimerState in org.glassfish.ejb.persistent.timer
Methods in org.glassfish.ejb.persistent.timer that return TimerStateModifier and TypeMethodDescriptionTimerBean.createTimer(String timerId, long containerId, long applicationId, String ownerId, Object timedObjectPrimaryKey, Date initialExpiration, long intervalDuration, com.sun.ejb.containers.EJBTimerSchedule schedule, jakarta.ejb.TimerConfig timerConfig) TimerLocal.createTimer(String timerId, long containerId, long applicationId, String ownerId, Object timedObjectPrimaryKey, Date initialExpiration, long intervalDuration, com.sun.ejb.containers.EJBTimerSchedule schedule, jakarta.ejb.TimerConfig timerConfig) TimerBean.findTimer(com.sun.ejb.containers.TimerPrimaryKey timerId) TimerLocal.findTimer(com.sun.ejb.containers.TimerPrimaryKey timerId) Method parameters in org.glassfish.ejb.persistent.timer with type arguments of type TimerStateModifier and TypeMethodDescriptionvoidTimerBean.cancelTimers(Collection<TimerState> timers) voidTimerLocal.cancelTimers(Collection<TimerState> timers)