Uses of Interface
org.apache.openejb.core.timer.TimerStore

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

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

Classes in org.apache.openejb.core.timer that implement TimerStore
 class MemoryTimerStore
           
 

Methods in org.apache.openejb.core.timer that return TimerStore
 TimerStore EjbTimerService.getTimerStore()
           
 TimerStore EjbTimerServiceImpl.getTimerStore()
           
 TimerStore NullEjbTimerServiceImpl.getTimerStore()
           
 

Constructors in org.apache.openejb.core.timer with parameters of type TimerStore
EjbTimerServiceImpl(BeanContext deployment, TimerStore timerStore)
           
EjbTimerServiceImpl(BeanContext deployment, TransactionManager transactionManager, TimerStore timerStore, int retryAttempts)
           
 



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