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

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

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

Methods in org.apache.openejb.core.timer with parameters of type EjbTimerServiceImpl
 TimerData DatabaseTimerStore.createCalendarTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, javax.ejb.ScheduleExpression schedule, javax.ejb.TimerConfig timerConfig)
           
 TimerData TimerStore.createCalendarTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, javax.ejb.ScheduleExpression schedule, javax.ejb.TimerConfig timerConfig)
           
 TimerData MemoryTimerStore.createCalendarTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, javax.ejb.ScheduleExpression scheduleExpression, javax.ejb.TimerConfig timerConfig)
           
 TimerData DatabaseTimerStore.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.createIntervalTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, Date initialExpiration, long intervalDuration, javax.ejb.TimerConfig timerConfig)
           
 TimerData DatabaseTimerStore.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)
           
 TimerData MemoryTimerStore.createSingleActionTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, Date expiration, javax.ejb.TimerConfig timerConfig)
           
 TimerData DatabaseTimerStore.createTimer(EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Object info, Date expiration, long intervalDuration)
           
 Collection<TimerData> DatabaseTimerStore.loadTimers(EjbTimerServiceImpl timerService, String deploymentId)
           
 Collection<TimerData> TimerStore.loadTimers(EjbTimerServiceImpl timerService, String deploymentId)
           
 Collection<TimerData> MemoryTimerStore.loadTimers(EjbTimerServiceImpl timerService, String deploymentId)
           
 

Constructors in org.apache.openejb.core.timer with parameters of type EjbTimerServiceImpl
CalendarTimerData(long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, javax.ejb.TimerConfig timerConfig, javax.ejb.ScheduleExpression scheduleExpression)
           
IntervalTimerData(long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, javax.ejb.TimerConfig timerConfig, Date initialExpiration, long intervalDuration)
           
SingleActionTimerData(long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, javax.ejb.TimerConfig timerConfig, Date expiration)
           
TimerData(long id, EjbTimerServiceImpl timerService, String deploymentId, Object primaryKey, Method timeoutMethod, javax.ejb.TimerConfig timerConfig)
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.