Uses of Class
org.jboss.as.ejb3.timerservice.AutoTimer
-
Packages that use AutoTimer Package Description org.jboss.as.ejb3.component org.jboss.as.ejb3.deployment.processors.annotation org.jboss.as.ejb3.timerservice -
-
Uses of AutoTimer in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return types with arguments of type AutoTimer Modifier and Type Method Description Map<Method,List<AutoTimer>>EJBComponentDescription. getScheduleMethods()Methods in org.jboss.as.ejb3.component with parameters of type AutoTimer Modifier and Type Method Description voidEJBComponentDescription. addScheduleMethod(Method method, AutoTimer timer) -
Uses of AutoTimer in org.jboss.as.ejb3.deployment.processors.annotation
Methods in org.jboss.as.ejb3.deployment.processors.annotation that return AutoTimer Modifier and Type Method Description protected AutoTimerScheduleAnnotationInformationFactory. fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) -
Uses of AutoTimer in org.jboss.as.ejb3.timerservice
Method parameters in org.jboss.as.ejb3.timerservice with type arguments of type AutoTimer Modifier and Type Method Description voidTimerServiceImpl. restoreTimers(List<AutoTimer> newAutoTimers)Restores persisted timers, corresponding to this timerservice, which are eligible for any new timeouts.Constructor parameters in org.jboss.as.ejb3.timerservice with type arguments of type AutoTimer Constructor Description TimerServiceImpl(Map<Method,List<AutoTimer>> autoTimers, org.jboss.msc.service.ServiceName serviceName, TimerServiceRegistry registry)Creates aTimerServiceImpl
-