Uses of Class
org.jboss.as.ejb3.timerservice.TimerServiceImpl
-
-
Uses of TimerServiceImpl in org.jboss.as.ejb3.timerservice
Fields in org.jboss.as.ejb3.timerservice declared as TimerServiceImpl Modifier and Type Field Description protected TimerServiceImplTimerImpl. timerServiceTheTimerServicethrough which this timer was createdprotected TimerServiceImplTimerTask. timerServiceTimerServiceImplto which thisTimerTaskbelongsMethods in org.jboss.as.ejb3.timerservice that return TimerServiceImpl Modifier and Type Method Description TimerServiceImplTimerImpl. getTimerService()Returns the timer service through which this timer was createdMethods in org.jboss.as.ejb3.timerservice with parameters of type TimerServiceImpl Modifier and Type Method Description CalendarTimerCalendarTimer.Builder. build(TimerServiceImpl timerService)TimerImplTimerImpl.Builder. build(TimerServiceImpl timerService)Constructors in org.jboss.as.ejb3.timerservice with parameters of type TimerServiceImpl Constructor Description CalendarTimer(CalendarTimer.Builder builder, TimerServiceImpl timerService)TimerImpl(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 TimerServiceImpl Modifier and Type Method Description TimerServiceImplTimerPersistence.TimerChangeListener. getTimerService()Gets the timer service associated with this listenerMethods in org.jboss.as.ejb3.timerservice.persistence with parameters of type TimerServiceImpl Modifier and Type Method Description List<TimerImpl>TimerPersistence. 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 TimerServiceImpl Modifier and Type Method Description List<TimerImpl>DatabaseTimerPersistence. loadActiveTimers(String timedObjectId, TimerServiceImpl timerService)TimerImplDatabaseTimerPersistence. 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 TimerServiceImpl Modifier and Type Method Description List<TimerImpl>FileTimerPersistence. loadActiveTimers(String timedObjectId, TimerServiceImpl timerService)Constructors in org.jboss.as.ejb3.timerservice.persistence.filestore with parameters of type TimerServiceImpl Constructor Description EjbTimerXmlParser_1_0(TimerServiceImpl timerService, org.jboss.marshalling.MarshallerFactory factory, org.jboss.marshalling.MarshallingConfiguration configuration, ClassLoader classLoader)
-