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 class
ControllableBase
class
LogEventHandlerImpl
class
MultiThreadedStatsEventHandlerImpl
class
NamedBaseImpl
class
StatsEventHandlerBase
class
StatsEventHandlerImpl
class
TimerFactoryImpl
static class
TimerFactoryImpl.TracingEventHandler
class
TimerGroupImpl
A TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.class
TimerImpl
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.spi Modifier and Type Class Description class
TimerEventController
Creates timer events and sends them to all registered event handlers.class
TimerEventControllerBase
Supports registration of TimerEventHandlers.
-