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.timerEventControllers
Methods in org.glassfish.pfl.tf.timer.impl with parameters of type TimerEventControllerBaseModifier and TypeMethodDescriptionvoid
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.spiModifier and TypeClassDescriptionclass
Creates timer events and sends them to all registered event handlers.Methods in org.glassfish.pfl.tf.timer.spi with parameters of type TimerEventControllerBaseModifier and TypeMethodDescriptionvoid
TimerFactory.removeController
(TimerEventControllerBase controller) Remove the controller from this factory.