Uses of Interface
org.glassfish.pfl.tf.timer.spi.Named
-
Packages that use Named Package Description org.glassfish.pfl.tf.timer.impl org.glassfish.pfl.tf.timer.spi -
-
Uses of Named in org.glassfish.pfl.tf.timer.impl
Classes in org.glassfish.pfl.tf.timer.impl that implement Named 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 Named in org.glassfish.pfl.tf.timer.spi
Subinterfaces of Named in org.glassfish.pfl.tf.timer.spi Modifier and Type Interface Description interfaceControllableRepresents a named object that can be enabled or disabled.interfaceLogEventHandlerA TimerEventHandler that stores all events that is receives.interfaceStatsEventHandlerGather statistics on the times reported to this TimerEventHandler.interfaceTimerUsed to create specific TimerEvent instances through a TimerEventController.interfaceTimerEventHandlerHandles timer events, represented by timer instances.interfaceTimerFactoryFactory class for all Timer-related objects.interfaceTimerGroupA TimerGroup is a collection of Controllables, which includes Timers and TimerGroups.Classes in org.glassfish.pfl.tf.timer.spi that implement Named Modifier and Type Class Description classNamedBaseclassTimerEventControllerCreates timer events and sends them to all registered event handlers.classTimerEventControllerBaseSupports registration of TimerEventHandlers.Fields in org.glassfish.pfl.tf.timer.spi with type parameters of type Named Modifier and Type Field Description private static java.util.Comparator<Named>TimerPointSourceGenerator. COMPMethods in org.glassfish.pfl.tf.timer.spi with parameters of type Named Modifier and Type Method Description voidObjectRegistrationManager. manage(Named obj)Register obj at the root of the management tree.voidObjectRegistrationManager. manage(Named parent, Named obj)Register obj as an immediate child of parent in the management tree.voidObjectRegistrationManagerNOPImpl. manage(Named obj)voidObjectRegistrationManagerNOPImpl. manage(Named parent, Named obj)voidObjectRegistrationManager. unmanage(Named obj)Remove obj from the management tree.voidObjectRegistrationManagerNOPImpl. unmanage(Named obj)
-