Uses of Interface
org.jboss.as.ejb3.timerservice.spi.TimerServiceRegistry
-
Packages that use TimerServiceRegistry Package Description org.jboss.as.ejb3.timerservice org.jboss.as.ejb3.timerservice.spi -
-
Uses of TimerServiceRegistry in org.jboss.as.ejb3.timerservice
Classes in org.jboss.as.ejb3.timerservice that implement TimerServiceRegistry Modifier and Type Class Description classTimerServiceRegistryImplA registry to which individualtimer servicescan register to (and un-register from). -
Uses of TimerServiceRegistry in org.jboss.as.ejb3.timerservice.spi
Methods in org.jboss.as.ejb3.timerservice.spi that return TimerServiceRegistry Modifier and Type Method Description TimerServiceRegistryTimerServiceApplicableComponentConfiguration. getTimerServiceRegistry()A registry of timer services associated with the same deployment.
-