Package org.glassfish.gmbal.impl
Interface TimerAnnotationHelper.ManagedTimer
- All Superinterfaces:
Controllable,Named,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 Timer, TimerAnnotationHelper.ManagedControllable
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Timer is ready to create TimerEvents.Methods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedControllable
contents, description, disable, enable, id, isEnabledMethods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedNamed
factory, name
-
Method Details
-
isActivated
@ManagedAttribute @Description("True if this Timer is enabled, and can generate TimerEvents") boolean isActivated()Description copied from interface:TimerReturn true if this Timer is ready to create TimerEvents. This is the case either if this Timer is enabled, or is reachable through contents() from an enabled TimerGroup.- Specified by:
isActivatedin interfaceTimer
-