Methods in org.apache.openejb.core.timer that throw TimerStoreException |
void |
TimerStore.addTimerData(TimerData timerData)
|
void |
MemoryTimerStore.addTimerData(TimerData timerData)
|
void |
DatabaseTimerStore.addTimerData(TimerData timerData)
Used to restore a Timer that was cancelled, but the Transaction has been rolled back. |
TimerData |
TimerStore.createTimer(EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Object info,
Date expiration,
long intervalDuration)
|
TimerData |
MemoryTimerStore.createTimer(EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Object info,
Date expiration,
long intervalDuration)
|
TimerData |
DatabaseTimerStore.createTimer(EjbTimerServiceImpl timerService,
String deploymentId,
Object primaryKey,
Object info,
Date expiration,
long intervalDuration)
|
Collection<TimerData> |
TimerStore.loadTimers(EjbTimerServiceImpl timerService,
String deploymentId)
|
Collection<TimerData> |
MemoryTimerStore.loadTimers(EjbTimerServiceImpl timerService,
String deploymentId)
|
Collection<TimerData> |
DatabaseTimerStore.loadTimers(EjbTimerServiceImpl timerService,
String deploymentId)
|
void |
EjbTimerServiceImpl.start()
|