Package org.glassfish.gmbal.impl
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isActivated()
-
Methods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedControllable
contents, description, disable, enable, id, isEnabled
-
Methods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedNamed
factory, name
-
-
-
-
Method Detail
-
isActivated
@ManagedAttribute @Description("True if this Timer is enabled, and can generate TimerEvents") boolean isActivated()
- Specified by:
isActivated
in interfaceorg.glassfish.pfl.tf.timer.spi.Timer
-
-