org.glassfish.gmbal.impl
Interface TimerAnnotationHelper.ManagedTimerGroup

All Superinterfaces:
TimerAnnotationHelper.ManagedControllable, TimerAnnotationHelper.ManagedNamed
All Known Subinterfaces:
TimerAnnotationHelper.ManagedTimerFactory
Enclosing class:
TimerAnnotationHelper

@ManagedObject
@Description(value="A group of Timers or other TimerGroups, which may be enabled or disabled together")
public static interface TimerAnnotationHelper.ManagedTimerGroup
extends TimerAnnotationHelper.ManagedControllable


Method Summary
 boolean add(Controllable con)
           
 boolean remove(Controllable con)
           
 
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

add

@ManagedOperation
@Description(value="Add a new Timer or TimerGroup to this TimerGroup")
boolean add(Controllable con)

remove

@ManagedOperation
@Description(value="Remove a new Timer or TimerGroup from this TimerGroup")
boolean remove(Controllable con)