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. timerEventControllersMethods in org.glassfish.pfl.tf.timer.impl with parameters of type TimerEventControllerBase Modifier and Type Method Description voidTimerFactoryImpl. removeController(TimerEventControllerBase controller)voidTimerFactoryImpl. 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 classTimerEventControllerCreates 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 voidTimerFactory. removeController(TimerEventControllerBase controller)Remove the controller from this factory.
-