Interface TimerEventHandler

All Superinterfaces:
Named
All Known Subinterfaces:
LogEventHandler, StatsEventHandler, TimerAnnotationHelper.ManagedLogEventHandler, TimerAnnotationHelper.ManagedStatsEventHandler, TimerAnnotationHelper.ManagedTimerEventHandler
All Known Implementing Classes:
LogEventHandlerImpl, MultiThreadedStatsEventHandlerImpl, StatsEventHandlerBase, StatsEventHandlerImpl, TimerAnnotationHelper.TracingEventHandler, TimerFactoryImpl.TracingEventHandler

public interface TimerEventHandler extends Named
Handles timer events, represented by timer instances. An enter event means that a measurement has begun for an event, and an exit event signals the end of the last measurement that was started.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.glassfish.pfl.tf.timer.spi.Named

    factory, name
  • Method Details