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

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, boolean auto)
           
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–2015 The Apache Software Foundation. All rights reserved.