Uses of Interface
org.jboss.ejb.txtimer.EJBTimerService

Packages that use EJBTimerService
org.jboss.ejb Package description goes here
org.jboss.ejb.txtimer   
 

Uses of EJBTimerService in org.jboss.ejb
 

Fields in org.jboss.ejb declared as EJBTimerService
protected  EJBTimerService Container.timerService
           
 

Methods in org.jboss.ejb that return EJBTimerService
 EJBTimerService Container.getTimerService()
           
 EJBTimerService EjbModuleMBean.getTimerService()
           
 EJBTimerService EjbModule.getTimerService()
           
 

Methods in org.jboss.ejb with parameters of type EJBTimerService
 void Container.setTimerService(EJBTimerService timerService)
           
 void EjbModuleMBean.setTimerService(EJBTimerService timerService)
           
 void EjbModule.setTimerService(EJBTimerService timerService)
           
 

Uses of EJBTimerService in org.jboss.ejb.txtimer
 

Subinterfaces of EJBTimerService in org.jboss.ejb.txtimer
 interface EJBTimerServiceImplMBean
          EJBTimerServiceImpl MBean interface.
 

Classes in org.jboss.ejb.txtimer that implement EJBTimerService
 class EJBTimerServiceImpl
          A service that implements this interface provides an Tx aware EJBTimerService.
static class EJBTimerServiceLocator.MBeanDelegate
          Delegates method calls to the EJBTimerService to the MBean server
 

Methods in org.jboss.ejb.txtimer that return EJBTimerService
static EJBTimerService EJBTimerServiceLocator.getEjbTimerService()
          Locates the EJBTimerService, first as MBean, then as singleton
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.