Uses of Interface
org.jboss.as.ejb3.timerservice.persistence.TimerPersistence.TimerChangeListener
Packages that use TimerPersistence.TimerChangeListener
Package
Description
-
Uses of TimerPersistence.TimerChangeListener in org.jboss.as.ejb3.timerservice.persistence
Methods in org.jboss.as.ejb3.timerservice.persistence with parameters of type TimerPersistence.TimerChangeListenerModifier and TypeMethodDescriptionTimerPersistence.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.TimerChangeListenerModifier and TypeMethodDescriptionDatabaseTimerPersistence.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.TimerChangeListenerModifier and TypeMethodDescriptionFileTimerPersistence.registerChangeListener(String timedObjectId, TimerPersistence.TimerChangeListener listener)