| Methods in com.sun.ejb.containers that return TimerState |
TimerState |
TimerLocal.createTimer(String timerId,
long containerId,
long applicationId,
String ownerId,
Object timedObjectPrimaryKey,
Date initialExpiration,
long intervalDuration,
TimerSchedule schedule,
TimerConfig timerConfig)
|
TimerState |
TimerBean.createTimer(String timerId,
long containerId,
long applicationId,
String ownerId,
Object timedObjectPrimaryKey,
Date initialExpiration,
long intervalDuration,
TimerSchedule schedule,
TimerConfig timerConfig)
|
TimerState |
TimerLocal.findTimer(TimerPrimaryKey timerId)
|
TimerState |
TimerBean.findTimer(TimerPrimaryKey timerId)
|