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 class
LogEventHandlerImpl
class
MultiThreadedStatsEventHandlerImpl
class
StatsEventHandlerBase
class
StatsEventHandlerImpl
static class
TimerFactoryImpl.TracingEventHandler
Fields 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. timerEventHandlers
Methods in org.glassfish.pfl.tf.timer.impl that return TimerEventHandler Modifier and Type Method Description TimerEventHandler
TimerFactoryImpl. makeTracingEventHandler(java.lang.String name)
Methods in org.glassfish.pfl.tf.timer.impl with parameters of type TimerEventHandler Modifier and Type Method Description void
TimerFactoryImpl. 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 interface
LogEventHandler
A TimerEventHandler that stores all events that is receives.interface
StatsEventHandler
Gather 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. handlers
private java.util.Set<TimerEventHandler>
TimerEventControllerBase. roHandlers
Methods in org.glassfish.pfl.tf.timer.spi that return TimerEventHandler Modifier and Type Method Description TimerEventHandler
TimerFactory. 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 void
TimerEventControllerBase. deregister(TimerEventHandler handler)
Deregister the handler to stop receiving events from this controller.void
TimerEventControllerBase. register(TimerEventHandler handler)
Register the handler to start receiving events from this controller.void
TimerFactory. removeTimerEventHandler(TimerEventHandler handler)
Remove the handler from this TimerFactory.
-