Uses of Class
org.glassfish.pfl.tf.timer.spi.TimerEventControllerBase
Packages that use TimerEventControllerBase
Package
Description
-
Uses of TimerEventControllerBase in org.glassfish.gmbal.impl
Subclasses of TimerEventControllerBase in org.glassfish.gmbal.implMethods in org.glassfish.gmbal.impl with parameters of type TimerEventControllerBaseModifier and TypeMethodDescriptionvoidTimerAnnotationHelper.ManagedTimerFactory.removeController(TimerEventControllerBase controller) -
Uses of TimerEventControllerBase in org.glassfish.pfl.tf.timer.impl
Methods 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.