Interface TimerAnnotationHelper.ManagedStatsEventHandler

All Superinterfaces:
Named, StatsEventHandler, TimerAnnotationHelper.ManagedNamed, TimerAnnotationHelper.ManagedTimerEventHandler, TimerEventHandler
Enclosing class:
TimerAnnotationHelper

@ManagedObject @Description("TimerEventHandler that accumulates statistics on events") public static interface TimerAnnotationHelper.ManagedStatsEventHandler extends StatsEventHandler, TimerAnnotationHelper.ManagedTimerEventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Discard all accumulated statistics.
    Return map that gives the accumulated statistics for each TimerEvent that has been observed by this event handler since the last call to clear (or since the creation of this handler, if clear has not been called).

    Methods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedNamed

    factory, name

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

    notify