Uses of Class
org.glassfish.ejb.persistent.timer.TimerState
-
Packages that use TimerState Package Description org.glassfish.ejb.persistent.timer -
-
Uses of TimerState in org.glassfish.ejb.persistent.timer
Methods in org.glassfish.ejb.persistent.timer that return TimerState Modifier and Type Method Description TimerStateTimerBean. 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)TimerStateTimerLocal. 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)TimerStateTimerBean. findTimer(com.sun.ejb.containers.TimerPrimaryKey timerId)TimerStateTimerLocal. findTimer(com.sun.ejb.containers.TimerPrimaryKey timerId)Method parameters in org.glassfish.ejb.persistent.timer with type arguments of type TimerState Modifier and Type Method Description voidTimerBean. cancelTimers(Collection<TimerState> timers)voidTimerLocal. cancelTimers(Collection<TimerState> timers)
-