Uses of Class
org.glassfish.pfl.tf.timer.spi.NamedBase
-
Packages that use NamedBase Package Description org.glassfish.pfl.tf.timer.impl org.glassfish.pfl.tf.timer.spi -
-
Uses of NamedBase in org.glassfish.pfl.tf.timer.impl
Subclasses of NamedBase in org.glassfish.pfl.tf.timer.impl Modifier and Type Class Description classControllableBaseclassLogEventHandlerImplclassMultiThreadedStatsEventHandlerImplclassNamedBaseImplclassStatsEventHandlerBaseclassStatsEventHandlerImplclassTimerFactoryImplstatic classTimerFactoryImpl.TracingEventHandlerclassTimerGroupImplA TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.classTimerImplThis 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.spi Modifier and Type Class Description classTimerEventControllerCreates timer events and sends them to all registered event handlers.classTimerEventControllerBaseSupports registration of TimerEventHandlers.
-