public class io.dropwizard.lifecycle.JettyManaged extends org.eclipse.jetty.util.component.AbstractLifeCycle implements io.dropwizard.lifecycle.Managed
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.lifecycle.JettyManaged
  super_class: org.eclipse.jetty.util.component.AbstractLifeCycle
{
  private final io.dropwizard.lifecycle.Managed managed;
    descriptor: Lio/dropwizard/lifecycle/Managed;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.dropwizard.lifecycle.Managed);
    descriptor: (Lio/dropwizard/lifecycle/Managed;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.lifecycle.JettyManaged this
        start local 1 // io.dropwizard.lifecycle.Managed managed
         0: .line 17
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.component.AbstractLifeCycle.<init>:()V
         1: .line 18
            aload 0 /* this */
            aload 1 /* managed */
            putfield io.dropwizard.lifecycle.JettyManaged.managed:Lio/dropwizard/lifecycle/Managed;
         2: .line 19
            return
        end local 1 // io.dropwizard.lifecycle.Managed managed
        end local 0 // io.dropwizard.lifecycle.JettyManaged this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/dropwizard/lifecycle/JettyManaged;
            0    3     1  managed  Lio/dropwizard/lifecycle/Managed;
    MethodParameters:
         Name  Flags
      managed  

  public io.dropwizard.lifecycle.Managed getManaged();
    descriptor: ()Lio/dropwizard/lifecycle/Managed;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.lifecycle.JettyManaged this
         0: .line 22
            aload 0 /* this */
            getfield io.dropwizard.lifecycle.JettyManaged.managed:Lio/dropwizard/lifecycle/Managed;
            areturn
        end local 0 // io.dropwizard.lifecycle.JettyManaged this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/lifecycle/JettyManaged;

  protected void doStart();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.lifecycle.JettyManaged this
         0: .line 27
            aload 0 /* this */
            getfield io.dropwizard.lifecycle.JettyManaged.managed:Lio/dropwizard/lifecycle/Managed;
            invokeinterface io.dropwizard.lifecycle.Managed.start:()V
         1: .line 28
            return
        end local 0 // io.dropwizard.lifecycle.JettyManaged this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/lifecycle/JettyManaged;
    Exceptions:
      throws java.lang.Exception

  protected void doStop();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.lifecycle.JettyManaged this
         0: .line 32
            aload 0 /* this */
            getfield io.dropwizard.lifecycle.JettyManaged.managed:Lio/dropwizard/lifecycle/Managed;
            invokeinterface io.dropwizard.lifecycle.Managed.stop:()V
         1: .line 33
            return
        end local 0 // io.dropwizard.lifecycle.JettyManaged this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/lifecycle/JettyManaged;
    Exceptions:
      throws java.lang.Exception

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.lifecycle.JettyManaged this
         0: .line 37
            aload 0 /* this */
            getfield io.dropwizard.lifecycle.JettyManaged.managed:Lio/dropwizard/lifecycle/Managed;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.dropwizard.lifecycle.JettyManaged this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/lifecycle/JettyManaged;
}
SourceFile: "JettyManaged.java"