| Package | Description |
|---|---|
| com.sun.ejb.containers |
| Modifier and Type | Method and Description |
|---|---|
protected EJBTimerSchedule |
EJBTimerService.getTimerSchedule(TimerPrimaryKey timerId)
Called by #getScheduleExpression and #isCalendarTimer
|
EJBTimerSchedule |
EJBTimerSchedule.setAutomatic(boolean b) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EJBTimerService._createTimer(TimerPrimaryKey timerId,
long containerId,
long applicationId,
Object timedObjectPrimaryKey,
String server_name,
Date initialExpiration,
long intervalDuration,
EJBTimerSchedule schedule,
javax.ejb.TimerConfig timerConfig) |
protected void |
EJBTimerService.addToSchedules(long containerId,
TimerPrimaryKey timerId,
EJBTimerSchedule ts) |
protected Date |
EJBTimerService.getNextScheduledTimeout(EJBTimerSchedule ts)
Returns next schedule-based timeout or null if such schedule will
not expire again.
|
| Constructor and Description |
|---|
RuntimeTimerState(TimerPrimaryKey timerId,
Date initialExpiration,
long intervalDuration,
BaseContainer container,
Object timedObjectPkey,
EJBTimerSchedule schedule,
Serializable info,
boolean persistent) |
Copyright © 2015. All rights reserved.