Uses of Class
org.jboss.as.ejb3.timerservice.TimerServiceImpl
Packages that use TimerServiceImpl
Package
Description
-
Uses of TimerServiceImpl in org.jboss.as.ejb3.timerservice
Fields in org.jboss.as.ejb3.timerservice declared as TimerServiceImplModifier and TypeFieldDescriptionprotected final TimerServiceImplTimerImpl.timerServiceTheTimerServicethrough which this timer was createdprotected final TimerServiceImplTimerTask.timerServiceTimerServiceImplto which thisTimerTaskbelongsMethods in org.jboss.as.ejb3.timerservice that return TimerServiceImplModifier and TypeMethodDescriptionTimerImpl.getTimerService()Returns the timer service through which this timer was createdMethods in org.jboss.as.ejb3.timerservice with parameters of type TimerServiceImplModifier and TypeMethodDescriptionCalendarTimer.Builder.build(TimerServiceImpl timerService) TimerImpl.Builder.build(TimerServiceImpl timerService) Constructors in org.jboss.as.ejb3.timerservice with parameters of type TimerServiceImplModifierConstructorDescriptionCalendarTimer(CalendarTimer.Builder builder, TimerServiceImpl timerService) protectedTimerImpl(TimerImpl.Builder builder, TimerServiceImpl service) Creates aTimerImpl -
Uses of TimerServiceImpl in org.jboss.as.ejb3.timerservice.persistence
Methods in org.jboss.as.ejb3.timerservice.persistence that return TimerServiceImplModifier and TypeMethodDescriptionTimerPersistence.TimerChangeListener.getTimerService()Gets the timer service associated with this listenerMethods in org.jboss.as.ejb3.timerservice.persistence with parameters of type TimerServiceImplModifier and TypeMethodDescriptionTimerPersistence.loadActiveTimers(String timedObjectId, TimerServiceImpl timerService) Load all active timers for the given object. -
Uses of TimerServiceImpl in org.jboss.as.ejb3.timerservice.persistence.database
Methods in org.jboss.as.ejb3.timerservice.persistence.database with parameters of type TimerServiceImplModifier and TypeMethodDescriptionDatabaseTimerPersistence.loadActiveTimers(String timedObjectId, TimerServiceImpl timerService) DatabaseTimerPersistence.loadTimer(String timedObjectId, String timerId, TimerServiceImpl timerService) Loads a timer from database by its id and timed object id. -
Uses of TimerServiceImpl in org.jboss.as.ejb3.timerservice.persistence.filestore
Methods in org.jboss.as.ejb3.timerservice.persistence.filestore with parameters of type TimerServiceImplModifier and TypeMethodDescriptionFileTimerPersistence.loadActiveTimers(String timedObjectId, TimerServiceImpl timerService) Constructors in org.jboss.as.ejb3.timerservice.persistence.filestore with parameters of type TimerServiceImplModifierConstructorDescriptionEjbTimerXmlParser_1_0(TimerServiceImpl timerService, org.jboss.marshalling.MarshallerFactory factory, org.jboss.marshalling.MarshallingConfiguration configuration, ClassLoader classLoader)