Uses of Interface
org.jboss.as.ejb3.timerservice.persistence.TimerPersistence.TimerChangeListener
-
-
Uses of TimerPersistence.TimerChangeListener in org.jboss.as.ejb3.timerservice.persistence
Methods in org.jboss.as.ejb3.timerservice.persistence with parameters of type TimerPersistence.TimerChangeListener Modifier and Type Method Description CloseableTimerPersistence. registerChangeListener(String timedObjectId, TimerPersistence.TimerChangeListener listener)Registers a listener to listed for new timers that are added to the database. -
Uses of TimerPersistence.TimerChangeListener in org.jboss.as.ejb3.timerservice.persistence.database
Methods in org.jboss.as.ejb3.timerservice.persistence.database with parameters of type TimerPersistence.TimerChangeListener Modifier and Type Method Description CloseableDatabaseTimerPersistence. registerChangeListener(String timedObjectId, TimerPersistence.TimerChangeListener listener) -
Uses of TimerPersistence.TimerChangeListener in org.jboss.as.ejb3.timerservice.persistence.filestore
Methods in org.jboss.as.ejb3.timerservice.persistence.filestore with parameters of type TimerPersistence.TimerChangeListener Modifier and Type Method Description CloseableFileTimerPersistence. registerChangeListener(String timedObjectId, TimerPersistence.TimerChangeListener listener)
-