Uses of Interface
org.glassfish.pfl.tf.timer.spi.TimerEventHandler
-
Packages that use TimerEventHandler Package Description org.glassfish.pfl.tf.timer.impl org.glassfish.pfl.tf.timer.spi -
-
Uses of TimerEventHandler in org.glassfish.pfl.tf.timer.impl
Classes in org.glassfish.pfl.tf.timer.impl that implement TimerEventHandler Modifier and Type Class Description classLogEventHandlerImplclassMultiThreadedStatsEventHandlerImplclassStatsEventHandlerBaseclassStatsEventHandlerImplstatic classTimerFactoryImpl.TracingEventHandlerFields in org.glassfish.pfl.tf.timer.impl with type parameters of type TimerEventHandler Modifier and Type Field Description private java.util.Map<java.lang.String,TimerEventHandler>TimerFactoryImpl. timerEventHandlersMethods in org.glassfish.pfl.tf.timer.impl that return TimerEventHandler Modifier and Type Method Description TimerEventHandlerTimerFactoryImpl. makeTracingEventHandler(java.lang.String name)Methods in org.glassfish.pfl.tf.timer.impl with parameters of type TimerEventHandler Modifier and Type Method Description voidTimerFactoryImpl. removeTimerEventHandler(TimerEventHandler handler) -
Uses of TimerEventHandler in org.glassfish.pfl.tf.timer.spi
Subinterfaces of TimerEventHandler in org.glassfish.pfl.tf.timer.spi Modifier and Type Interface Description interfaceLogEventHandlerA TimerEventHandler that stores all events that is receives.interfaceStatsEventHandlerGather statistics on the times reported to this TimerEventHandler.Fields in org.glassfish.pfl.tf.timer.spi with type parameters of type TimerEventHandler Modifier and Type Field Description private java.util.Set<TimerEventHandler>TimerEventControllerBase. handlersprivate java.util.Set<TimerEventHandler>TimerEventControllerBase. roHandlersMethods in org.glassfish.pfl.tf.timer.spi that return TimerEventHandler Modifier and Type Method Description TimerEventHandlerTimerFactory. makeTracingEventHandler(java.lang.String name)Methods in org.glassfish.pfl.tf.timer.spi that return types with arguments of type TimerEventHandler Modifier and Type Method Description java.util.Set<TimerEventHandler>TimerEventControllerBase. handlers()Read-only image of the set of Handlers.Methods in org.glassfish.pfl.tf.timer.spi with parameters of type TimerEventHandler Modifier and Type Method Description voidTimerEventControllerBase. deregister(TimerEventHandler handler)Deregister the handler to stop receiving events from this controller.voidTimerEventControllerBase. register(TimerEventHandler handler)Register the handler to start receiving events from this controller.voidTimerFactory. removeTimerEventHandler(TimerEventHandler handler)Remove the handler from this TimerFactory.
-