org.glassfish.gmbal.impl
Interface TimerAnnotationHelper.ManagedTimer

All Superinterfaces:
TimerAnnotationHelper.ManagedControllable, TimerAnnotationHelper.ManagedNamed
Enclosing class:
TimerAnnotationHelper

@ManagedObject
@Description(value="A timer represents a particular action that has a duration from ENTER to EXIT")
public static interface TimerAnnotationHelper.ManagedTimer
extends TimerAnnotationHelper.ManagedControllable


Method Summary
 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(value="True if this Timer is enabled, and can generate TimerEvents")
boolean isActivated()