Uses of Class
org.apache.openejb.core.timer.TimerStoreException

Packages that use TimerStoreException
org.apache.openejb.core.timer   
 

Uses of TimerStoreException in org.apache.openejb.core.timer
 

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()
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.