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 MemoryTimerStore.addTimerData(TimerData timerData)
           
 void TimerStore.addTimerData(TimerData timerData)
           
 TimerData MemoryTimerStore.createCalendarTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig, boolean auto)
           
 TimerData TimerStore.createCalendarTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, javax.ejb.ScheduleExpression schedule, javax.ejb.TimerConfig timerConfig, boolean auto)
           
 TimerData MemoryTimerStore.createIntervalTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig)
           
 TimerData TimerStore.createIntervalTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig)
           
 TimerData MemoryTimerStore.createSingleActionTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, Date expiration, javax.ejb.TimerConfig timerConfig)
           
 TimerData TimerStore.createSingleActionTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, Date expiration, javax.ejb.TimerConfig timerConfig)
           
 Collection<TimerData> MemoryTimerStore.loadTimers(EjbTimerServiceImpl timerService, String deploymentId)
           
 Collection<TimerData> TimerStore.loadTimers(EjbTimerServiceImpl timerService, String deploymentId)
           
 void EjbTimerServiceImpl.schedule(TimerData timerData)
          Called from TimerData and start when a timer should be scheduled with the java.util.Timer.
 void EjbTimerServiceImpl.start()
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.