public interface org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedControllable extends org.glassfish.pfl.tf.timer.spi.Controllable, org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedNamed
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedControllable
  super_class: java.lang.Object
{
  public abstract java.lang.String description();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedAttribute()
      org.glassfish.gmbal.Description(value = "The purpose of the Timer or TimerGroup")

  public abstract int id();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedAttribute()
      org.glassfish.gmbal.Description(value = "An internal identifier for the Timer or TimerGroup")

  public abstract java.util.Set<? extends org.glassfish.pfl.tf.timer.spi.Controllable> contents();
    descriptor: ()Ljava/util/Set;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Set<+Lorg/glassfish/pfl/tf/timer/spi/Controllable;>;
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedAttribute()
      org.glassfish.gmbal.Description(value = "Set of Timers or TimerGroups contained in a TimerGroup")

  public abstract void enable();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedOperation()
      org.glassfish.gmbal.Description(value = "Enable this Timer, or all Timers and TimerGroups contained in this TimerGroup")

  public abstract void disable();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedOperation()
      org.glassfish.gmbal.Description(value = "Disable this Timer, or all Timers and TimerGroups contained in this TimerGroup")

  public abstract boolean isEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedOperation()
      org.glassfish.gmbal.Description(value = "True if this Timer or TimerGroup is enabled")
}
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 ManagedNamed = org.glassfish.gmbal.impl.TimerAnnotationHelper$ManagedNamed of org.glassfish.gmbal.impl.TimerAnnotationHelper
    RuntimeVisibleAnnotations: 
      org.glassfish.gmbal.ManagedObject()
      org.glassfish.gmbal.IncludeSubclass(value = {Lorg/glassfish/pfl/tf/timer/spi/Timer;, Lorg/glassfish/pfl/tf/timer/spi/TimerGroup;, Lorg/glassfish/pfl/tf/timer/spi/TimerFactory;})