Uses of Class
org.jboss.as.ejb3.timerservice.spi.AutoTimer
Packages that use AutoTimer
Package
Description
-
Uses of AutoTimer in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return types with arguments of type AutoTimerMethods in org.jboss.as.ejb3.component with parameters of type AutoTimerModifier and TypeMethodDescriptionvoidEJBComponentDescription.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 AutoTimerModifier and TypeMethodDescriptionprotected 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 AutoTimerModifier and TypeMethodDescriptionvoidTimerServiceImpl.restoreTimers(List<AutoTimer> newAutoTimers) Restores persisted timers, corresponding to this timerservice, which are eligible for any new timeouts.