Package org.glassfish.gmbal.impl
Interface TimerAnnotationHelper.ManagedTimerGroup
- All Superinterfaces:
Controllable,Named,TimerAnnotationHelper.ManagedControllable,TimerAnnotationHelper.ManagedNamed,TimerGroup
- All Known Subinterfaces:
TimerAnnotationHelper.ManagedTimerFactory
- Enclosing class:
TimerAnnotationHelper
@ManagedObject
@Description("A group of Timers or other TimerGroups, which may be enabled or disabled together")
public static interface TimerAnnotationHelper.ManagedTimerGroup
extends TimerGroup, TimerAnnotationHelper.ManagedControllable
-
Method Summary
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
-
add
@ManagedOperation @Description("Add a new Timer or TimerGroup to this TimerGroup") boolean add(Controllable con) - Specified by:
addin interfaceTimerGroup
-
remove
@ManagedOperation @Description("Remove a new Timer or TimerGroup from this TimerGroup") boolean remove(Controllable con) - Specified by:
removein interfaceTimerGroup
-