Uses of Class
org.glassfish.pfl.tf.timer.spi.NamedBase
Packages that use NamedBase
-
Uses of NamedBase in org.glassfish.pfl.tf.timer.impl
Subclasses of NamedBase in org.glassfish.pfl.tf.timer.implModifier and TypeClassDescriptionclass
class
class
class
class
class
class
static class
class
A TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.class
This interface exists because a Controllable is not loggable: only a Timer is loggable (we do not want TimerGroup to be loggable). -
Uses of NamedBase in org.glassfish.pfl.tf.timer.spi
Subclasses of NamedBase in org.glassfish.pfl.tf.timer.spiModifier and TypeClassDescriptionclass
Creates timer events and sends them to all registered event handlers.class
Supports registration of TimerEventHandlers.