|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerPrimaryKey | |
|---|---|
| com.sun.ejb.containers | |
| Uses of TimerPrimaryKey in com.sun.ejb.containers |
|---|
| Fields in com.sun.ejb.containers with type parameters of type TimerPrimaryKey | |
|---|---|
protected Map<TimerPrimaryKey,Method> |
BaseContainer.scheduleIds
|
| Methods in com.sun.ejb.containers with parameters of type TimerPrimaryKey | |
|---|---|
protected void |
BaseContainer.addSchedule(TimerPrimaryKey timerId,
TimerSchedule ts)
Call back from the timer migration process to add automatic timers to the map of scheduleIds |
void |
TimerLocal.cancel(TimerPrimaryKey timerId)
Cancel timer. |
void |
TimerBean.cancel(TimerPrimaryKey timerId)
|
TimerState |
TimerLocal.findTimer(TimerPrimaryKey timerId)
|
TimerState |
TimerBean.findTimer(TimerPrimaryKey timerId)
|
void |
TimerLocal.remove(TimerPrimaryKey timerId)
|
void |
TimerBean.remove(TimerPrimaryKey timerId)
|
| Method parameters in com.sun.ejb.containers with type arguments of type TimerPrimaryKey | |
|---|---|
void |
TimerLocal.remove(Set<TimerPrimaryKey> timerIds)
|
void |
TimerBean.remove(Set<TimerPrimaryKey> timerIds)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||