class org.eclipse.jetty.util.component.ContainerLifeCycle$Bean
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.util.component.ContainerLifeCycle$Bean
  super_class: java.lang.Object
{
  private final java.lang.Object _bean;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile org.eclipse.jetty.util.component.ContainerLifeCycle$Managed _managed;
    descriptor: Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private static volatile int[] $SWITCH_TABLE$org$eclipse$jetty$util$component$ContainerLifeCycle$Managed;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.component.ContainerLifeCycle$Bean this
        start local 1 // java.lang.Object b
         0: .line 765
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 763
            aload 0 /* this */
            getstatic org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.POJO:Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
            putfield org.eclipse.jetty.util.component.ContainerLifeCycle$Bean._managed:Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
         2: .line 767
            aload 1 /* b */
            ifnonnull 4
         3: .line 768
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         4: .line 769
      StackMap locals: org.eclipse.jetty.util.component.ContainerLifeCycle$Bean java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            putfield org.eclipse.jetty.util.component.ContainerLifeCycle$Bean._bean:Ljava/lang/Object;
         5: .line 770
            return
        end local 1 // java.lang.Object b
        end local 0 // org.eclipse.jetty.util.component.ContainerLifeCycle$Bean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Bean;
            0    6     1     b  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      b     

  public boolean isManaged();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.component.ContainerLifeCycle$Bean this
         0: .line 774
            aload 0 /* this */
            getfield org.eclipse.jetty.util.component.ContainerLifeCycle$Bean._managed:Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
            getstatic org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.MANAGED:Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.util.component.ContainerLifeCycle$Bean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Bean;

  public boolean isManageable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.component.ContainerLifeCycle$Bean this
         0: .line 779
            invokestatic org.eclipse.jetty.util.component.ContainerLifeCycle$Bean.$SWITCH_TABLE$org$eclipse$jetty$util$component$ContainerLifeCycle$Managed:()[I
            aload 0 /* this */
            getfield org.eclipse.jetty.util.component.ContainerLifeCycle$Bean._managed:Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
            invokevirtual org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.ordinal:()I
            iaload
            tableswitch { // 2 - 4
                    2: 1
                    3: 4
                    4: 2
              default: 4
          }
         1: .line 782
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 784
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.util.component.ContainerLifeCycle$Bean._bean:Ljava/lang/Object;
            instanceof org.eclipse.jetty.util.component.LifeCycle
            ifeq 3
            aload 0 /* this */
            getfield org.eclipse.jetty.util.component.ContainerLifeCycle$Bean._bean:Ljava/lang/Object;
            checkcast org.eclipse.jetty.util.component.LifeCycle
            invokeinterface org.eclipse.jetty.util.component.LifeCycle.isStopped:()Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
         4: .line 786
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.util.component.ContainerLifeCycle$Bean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Bean;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.component.ContainerLifeCycle$Bean this
         0: .line 793
            ldc "{%s,%s}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.util.component.ContainerLifeCycle$Bean._bean:Ljava/lang/Object;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.util.component.ContainerLifeCycle$Bean._managed:Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.util.component.ContainerLifeCycle$Bean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Bean;

  static int[] $SWITCH_TABLE$org$eclipse$jetty$util$component$ContainerLifeCycle$Managed();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 760
            getstatic org.eclipse.jetty.util.component.ContainerLifeCycle$Bean.$SWITCH_TABLE$org$eclipse$jetty$util$component$ContainerLifeCycle$Managed:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.values:()[Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.AUTO:Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
            invokevirtual org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.ordinal:()I
            iconst_4
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.MANAGED:Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
            invokevirtual org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.POJO:Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
            invokevirtual org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.UNMANAGED:Lorg/eclipse/jetty/util/component/ContainerLifeCycle$Managed;
            invokevirtual org.eclipse.jetty.util.component.ContainerLifeCycle$Managed.ordinal:()I
            iconst_3
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            dup
            putstatic org.eclipse.jetty.util.component.ContainerLifeCycle$Bean.$SWITCH_TABLE$org$eclipse$jetty$util$component$ContainerLifeCycle$Managed:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
}
SourceFile: "ContainerLifeCycle.java"
NestHost: org.eclipse.jetty.util.component.ContainerLifeCycle
InnerClasses:
  private Bean = org.eclipse.jetty.util.component.ContainerLifeCycle$Bean of org.eclipse.jetty.util.component.ContainerLifeCycle
  final Managed = org.eclipse.jetty.util.component.ContainerLifeCycle$Managed of org.eclipse.jetty.util.component.ContainerLifeCycle