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

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

Uses of EjbTimerService in org.apache.openejb
 

Methods in org.apache.openejb that return EjbTimerService
 EjbTimerService DeploymentInfo.getEjbTimerService()
           
 

Uses of EjbTimerService in org.apache.openejb.core
 

Methods in org.apache.openejb.core that return EjbTimerService
 EjbTimerService CoreDeploymentInfo.getEjbTimerService()
           
 

Methods in org.apache.openejb.core with parameters of type EjbTimerService
 void CoreDeploymentInfo.setEjbTimerService(EjbTimerService ejbTimerService)
           
 

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

Classes in org.apache.openejb.core.timer that implement EjbTimerService
 class EjbTimerServiceImpl
           
 class NullEjbTimerServiceImpl
          Idempotent EjbTimerServiceImplementation.
 

Constructors in org.apache.openejb.core.timer with parameters of type EjbTimerService
TimerServiceImpl(EjbTimerService ejbTimerService, java.lang.Object primaryKey)
           
 



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