Interface TimerAnnotationHelper.ManagedTimer

All Superinterfaces:
org.glassfish.pfl.tf.timer.spi.Controllable, Named, org.glassfish.pfl.tf.timer.spi.Timer, TimerAnnotationHelper.ManagedControllable, TimerAnnotationHelper.ManagedNamed
Enclosing class:
TimerAnnotationHelper

@ManagedObject @Description("A timer represents a particular action that has a duration from ENTER to EXIT") public static interface TimerAnnotationHelper.ManagedTimer extends org.glassfish.pfl.tf.timer.spi.Timer, TimerAnnotationHelper.ManagedControllable
  • Method Details

    • isActivated

      @ManagedAttribute @Description("True if this Timer is enabled, and can generate TimerEvents") boolean isActivated()
      Specified by:
      isActivated in interface org.glassfish.pfl.tf.timer.spi.Timer