|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerSchedule | |
|---|---|
| com.sun.ejb.containers | |
| Uses of TimerSchedule in com.sun.ejb.containers |
|---|
| Methods in com.sun.ejb.containers that return TimerSchedule | |
|---|---|
TimerSchedule |
TimerSchedule.dayOfMonth(String d)
|
TimerSchedule |
TimerSchedule.dayOfWeek(String d)
|
TimerSchedule |
TimerSchedule.end(Date e)
|
TimerSchedule |
TimerState.getTimerSchedule()
|
TimerSchedule |
TimerSchedule.hour(String h)
|
TimerSchedule |
TimerSchedule.minute(String m)
|
TimerSchedule |
TimerSchedule.month(String m)
|
TimerSchedule |
TimerSchedule.second(String s)
|
TimerSchedule |
TimerSchedule.setAutomatic(boolean b)
|
TimerSchedule |
TimerSchedule.start(Date s)
|
TimerSchedule |
TimerSchedule.timezone(String tz)
|
TimerSchedule |
TimerSchedule.year(String y)
|
| Methods in com.sun.ejb.containers with parameters of type TimerSchedule | |
|---|---|
protected void |
BaseContainer.addSchedule(TimerPrimaryKey timerId,
TimerSchedule ts)
Call back from the timer migration process to add automatic timers to the map of scheduleIds |
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)
|
| Constructors in com.sun.ejb.containers with parameters of type TimerSchedule | |
|---|---|
TimerState(String timerId,
long containerId,
long applicationId,
String ownerId,
Object timedObjectPrimaryKey,
Date initialExpiration,
long intervalDuration,
TimerSchedule schedule,
Serializable info)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||