public interface org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedTimerGroup extends org.glassfish.pfl.tf.timer.spi.TimerGroup, org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedControllable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedTimerGroup
  super_class: java.lang.Object
{
  public abstract boolean add(org.glassfish.pfl.tf.timer.spi.Controllable);
    descriptor: (Lorg/glassfish/pfl/tf/timer/spi/Controllable;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedOperation()
      org.glassfish.gmbal.Description(value = "Add a new Timer or TimerGroup to this TimerGroup")
    MethodParameters:
      Name  Flags
      con   

  public abstract boolean remove(org.glassfish.pfl.tf.timer.spi.Controllable);
    descriptor: (Lorg/glassfish/pfl/tf/timer/spi/Controllable;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedOperation()
      org.glassfish.gmbal.Description(value = "Remove a new Timer or TimerGroup from this TimerGroup")
    MethodParameters:
      Name  Flags
      con   
}
SourceFile: "TimerAnnotationHelper.java"
NestHost: org.glassfish.gmbal.impl.TimerAnnotationHelper
InnerClasses:
  public abstract ManagedControllable = org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedControllable of org.glassfish.gmbal.impl.TimerAnnotationHelper
  public abstract ManagedTimerGroup = org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedTimerGroup of org.glassfish.gmbal.impl.TimerAnnotationHelper
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedObject()
      org.glassfish.gmbal.Description(value = "A group of Timers or other TimerGroups, which may be enabled or disabled together")