public abstract class com.google.common.util.concurrent.AbstractIdleService implements com.google.common.util.concurrent.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.util.concurrent.AbstractIdleService
  super_class: java.lang.Object
{
  private final com.google.common.base.Supplier<java.lang.String> threadNameSupplier;
    descriptor: Lcom/google/common/base/Supplier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/base/Supplier<Ljava/lang/String;>;

  private final com.google.common.util.concurrent.Service delegate;
    descriptor: Lcom/google/common/util/concurrent/Service;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier.<init>:(Lcom/google/common/util/concurrent/AbstractIdleService;)V
            putfield com.google.common.util.concurrent.AbstractIdleService.threadNameSupplier:Lcom/google/common/base/Supplier;
         2: .line 50
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractIdleService$DelegateService
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractIdleService$DelegateService.<init>:(Lcom/google/common/util/concurrent/AbstractIdleService;)V
            putfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
         3: .line 95
            return
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;

  protected abstract void startUp();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception

  protected abstract void shutDown();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception

  protected java.util.concurrent.Executor executor();
    descriptor: ()Ljava/util/concurrent/Executor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 111
            new com.google.common.util.concurrent.AbstractIdleService$1
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractIdleService$1.<init>:(Lcom/google/common/util/concurrent/AbstractIdleService;)V
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 121
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractIdleService.serviceName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractIdleService.state:()Lcom/google/common/util/concurrent/Service$State;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;

  public final boolean isRunning();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 126
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
            invokeinterface com.google.common.util.concurrent.Service.isRunning:()Z
            ireturn
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;

  public final com.google.common.util.concurrent.Service$State state();
    descriptor: ()Lcom/google/common/util/concurrent/Service$State;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 131
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
            invokeinterface com.google.common.util.concurrent.Service.state:()Lcom/google/common/util/concurrent/Service$State;
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;

  public final void addListener(com.google.common.util.concurrent.Service$Listener, java.util.concurrent.Executor);
    descriptor: (Lcom/google/common/util/concurrent/Service$Listener;Ljava/util/concurrent/Executor;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
        start local 1 // com.google.common.util.concurrent.Service$Listener listener
        start local 2 // java.util.concurrent.Executor executor
         0: .line 137
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
            aload 1 /* listener */
            aload 2 /* executor */
            invokeinterface com.google.common.util.concurrent.Service.addListener:(Lcom/google/common/util/concurrent/Service$Listener;Ljava/util/concurrent/Executor;)V
         1: .line 138
            return
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // com.google.common.util.concurrent.Service$Listener listener
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/google/common/util/concurrent/AbstractIdleService;
            0    2     1  listener  Lcom/google/common/util/concurrent/Service$Listener;
            0    2     2  executor  Ljava/util/concurrent/Executor;
    MethodParameters:
          Name  Flags
      listener  
      executor  

  public final java.lang.Throwable failureCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 143
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
            invokeinterface com.google.common.util.concurrent.Service.failureCause:()Ljava/lang/Throwable;
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;

  public final com.google.common.util.concurrent.Service startAsync();
    descriptor: ()Lcom/google/common/util/concurrent/Service;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 150
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
            invokeinterface com.google.common.util.concurrent.Service.startAsync:()Lcom/google/common/util/concurrent/Service;
            pop
         1: .line 151
            aload 0 /* this */
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()

  public final com.google.common.util.concurrent.Service stopAsync();
    descriptor: ()Lcom/google/common/util/concurrent/Service;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 158
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
            invokeinterface com.google.common.util.concurrent.Service.stopAsync:()Lcom/google/common/util/concurrent/Service;
            pop
         1: .line 159
            aload 0 /* this */
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()

  public final void awaitRunning();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 165
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
            invokeinterface com.google.common.util.concurrent.Service.awaitRunning:()V
         1: .line 166
            return
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;

  public final void awaitRunning(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 171
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
            lload 1 /* timeout */
            aload 3 /* unit */
            invokeinterface com.google.common.util.concurrent.Service.awaitRunning:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 172
            return
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/common/util/concurrent/AbstractIdleService;
            0    2     1  timeout  J
            0    2     3     unit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.util.concurrent.TimeoutException
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  public final void awaitTerminated();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 177
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
            invokeinterface com.google.common.util.concurrent.Service.awaitTerminated:()V
         1: .line 178
            return
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;

  public final void awaitTerminated(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 183
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractIdleService.delegate:Lcom/google/common/util/concurrent/Service;
            lload 1 /* timeout */
            aload 3 /* unit */
            invokeinterface com.google.common.util.concurrent.Service.awaitTerminated:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 184
            return
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/common/util/concurrent/AbstractIdleService;
            0    2     1  timeout  J
            0    2     3     unit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.util.concurrent.TimeoutException
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  protected java.lang.String serviceName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractIdleService this
         0: .line 193
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractIdleService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractIdleService;
}
SourceFile: "AbstractIdleService.java"
NestMembers:
  com.google.common.util.concurrent.AbstractIdleService$1  com.google.common.util.concurrent.AbstractIdleService$DelegateService  com.google.common.util.concurrent.AbstractIdleService$DelegateService$1  com.google.common.util.concurrent.AbstractIdleService$DelegateService$2  com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier
InnerClasses:
  com.google.common.util.concurrent.AbstractIdleService$1
  private final DelegateService = com.google.common.util.concurrent.AbstractIdleService$DelegateService of com.google.common.util.concurrent.AbstractIdleService
  private final ThreadNameSupplier = com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier of com.google.common.util.concurrent.AbstractIdleService
  public abstract Listener = com.google.common.util.concurrent.Service$Listener of com.google.common.util.concurrent.Service
  public abstract State = com.google.common.util.concurrent.Service$State of com.google.common.util.concurrent.Service
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()
      com.google.common.annotations.GwtIncompatible()