Uses of Class
org.glassfish.pfl.tf.timer.spi.TimerEventControllerBase
Packages that use TimerEventControllerBase
-
Uses of TimerEventControllerBase in org.glassfish.pfl.tf.timer.impl
Fields in org.glassfish.pfl.tf.timer.impl with type parameters of type TimerEventControllerBaseModifier and TypeFieldDescriptionprivate Map<String, TimerEventControllerBase> TimerFactoryImpl.timerEventControllersMethods in org.glassfish.pfl.tf.timer.impl with parameters of type TimerEventControllerBaseModifier and TypeMethodDescriptionvoidTimerFactoryImpl.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.spiModifier and TypeClassDescriptionclassCreates timer events and sends them to all registered event handlers.Methods in org.glassfish.pfl.tf.timer.spi with parameters of type TimerEventControllerBaseModifier and TypeMethodDescriptionvoidTimerFactory.removeController(TimerEventControllerBase controller) Remove the controller from this factory.