public class org.eclipse.jetty.util.component.StopLifeCycle extends org.eclipse.jetty.util.component.AbstractLifeCycle implements org.eclipse.jetty.util.component.LifeCycle$Listener
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.jetty.util.component.StopLifeCycle
super_class: org.eclipse.jetty.util.component.AbstractLifeCycle
{
private static final org.eclipse.jetty.util.log.Logger LOG;
descriptor: Lorg/eclipse/jetty/util/log/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final org.eclipse.jetty.util.component.LifeCycle _lifecycle;
descriptor: Lorg/eclipse/jetty/util/component/LifeCycle;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/eclipse/jetty/util/component/StopLifeCycle;
invokestatic org.eclipse.jetty.util.log.Log.getLogger:(Ljava/lang/Class;)Lorg/eclipse/jetty/util/log/Logger;
putstatic org.eclipse.jetty.util.component.StopLifeCycle.LOG:Lorg/eclipse/jetty/util/log/Logger;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.eclipse.jetty.util.component.LifeCycle);
descriptor: (Lorg/eclipse/jetty/util/component/LifeCycle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.jetty.util.component.AbstractLifeCycle.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.jetty.util.component.StopLifeCycle._lifecycle:Lorg/eclipse/jetty/util/component/LifeCycle;
2: aload 0
aload 0
invokevirtual org.eclipse.jetty.util.component.StopLifeCycle.addLifeCycleListener:(Lorg/eclipse/jetty/util/component/LifeCycle$Listener;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/jetty/util/component/StopLifeCycle;
0 4 1 lifecycle Lorg/eclipse/jetty/util/component/LifeCycle;
MethodParameters:
Name Flags
lifecycle
public void lifeCycleStarting(org.eclipse.jetty.util.component.LifeCycle);
descriptor: (Lorg/eclipse/jetty/util/component/LifeCycle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/util/component/StopLifeCycle;
0 1 1 lifecycle Lorg/eclipse/jetty/util/component/LifeCycle;
MethodParameters:
Name Flags
lifecycle
public void lifeCycleStarted(org.eclipse.jetty.util.component.LifeCycle);
descriptor: (Lorg/eclipse/jetty/util/component/LifeCycle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.jetty.util.component.StopLifeCycle._lifecycle:Lorg/eclipse/jetty/util/component/LifeCycle;
invokeinterface org.eclipse.jetty.util.component.LifeCycle.stop:()V
1: goto 4
2: StackMap locals:
StackMap stack: java.lang.Exception
astore 2
start local 2 3: getstatic org.eclipse.jetty.util.component.StopLifeCycle.LOG:Lorg/eclipse/jetty/util/log/Logger;
aload 2
invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/Throwable;)V
end local 2 4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/jetty/util/component/StopLifeCycle;
0 5 1 lifecycle Lorg/eclipse/jetty/util/component/LifeCycle;
3 4 2 e Ljava/lang/Exception;
Exception table:
from to target type
0 1 2 Class java.lang.Exception
MethodParameters:
Name Flags
lifecycle
public void lifeCycleFailure(org.eclipse.jetty.util.component.LifeCycle, java.lang.Throwable);
descriptor: (Lorg/eclipse/jetty/util/component/LifeCycle;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=3, args_size=3
start local 0 start local 1 start local 2 0: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/util/component/StopLifeCycle;
0 1 1 lifecycle Lorg/eclipse/jetty/util/component/LifeCycle;
0 1 2 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
lifecycle
cause
public void lifeCycleStopping(org.eclipse.jetty.util.component.LifeCycle);
descriptor: (Lorg/eclipse/jetty/util/component/LifeCycle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/util/component/StopLifeCycle;
0 1 1 lifecycle Lorg/eclipse/jetty/util/component/LifeCycle;
MethodParameters:
Name Flags
lifecycle
public void lifeCycleStopped(org.eclipse.jetty.util.component.LifeCycle);
descriptor: (Lorg/eclipse/jetty/util/component/LifeCycle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/util/component/StopLifeCycle;
0 1 1 lifecycle Lorg/eclipse/jetty/util/component/LifeCycle;
MethodParameters:
Name Flags
lifecycle
}
SourceFile: "StopLifeCycle.java"
InnerClasses:
public abstract Listener = org.eclipse.jetty.util.component.LifeCycle$Listener of org.eclipse.jetty.util.component.LifeCycle