Uses of Class
org.glassfish.pfl.tf.timer.spi.TimerEventControllerBase
-
Packages that use TimerEventControllerBase Package Description org.glassfish.pfl.tf.timer.impl org.glassfish.pfl.tf.timer.spi -
-
Uses of TimerEventControllerBase in org.glassfish.pfl.tf.timer.impl
Fields in org.glassfish.pfl.tf.timer.impl with type parameters of type TimerEventControllerBase Modifier and Type Field Description private java.util.Map<java.lang.String,TimerEventControllerBase>
TimerFactoryImpl. timerEventControllers
Methods in org.glassfish.pfl.tf.timer.impl with parameters of type TimerEventControllerBase Modifier and Type Method Description void
TimerFactoryImpl. removeController(TimerEventControllerBase controller)
void
TimerFactoryImpl. saveTimerEventController(TimerEventControllerBase tec)
-
Uses of TimerEventControllerBase in org.glassfish.pfl.tf.timer.spi
Subclasses of TimerEventControllerBase in org.glassfish.pfl.tf.timer.spi Modifier and Type Class Description class
TimerEventController
Creates timer events and sends them to all registered event handlers.Methods in org.glassfish.pfl.tf.timer.spi with parameters of type TimerEventControllerBase Modifier and Type Method Description void
TimerFactory. removeController(TimerEventControllerBase controller)
Remove the controller from this factory.
-