final class com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard extends com.google.common.util.concurrent.Monitor$Guard
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard
super_class: com.google.common.util.concurrent.Monitor$Guard
{
final com.google.common.util.concurrent.ServiceManager$ServiceManagerState this$1;
descriptor: Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.util.concurrent.ServiceManager$ServiceManagerState);
descriptor: (Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard this
0: .line 457
aload 0 /* this */
aload 1
putfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard.this$1:Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
1: .line 458
aload 0 /* this */
aload 1
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState.monitor:Lcom/google/common/util/concurrent/Monitor;
invokespecial com.google.common.util.concurrent.Monitor$Guard.<init>:(Lcom/google/common/util/concurrent/Monitor;)V
2: .line 459
return
end local 0 // com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState$AwaitHealthGuard;
MethodParameters:
Name Flags
this$0 final
public boolean isSatisfied();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard this
0: .line 465
aload 0 /* this */
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard.this$1:Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState.states:Lcom/google/common/collect/Multiset;
getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
invokeinterface com.google.common.collect.Multiset.count:(Ljava/lang/Object;)I
aload 0 /* this */
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard.this$1:Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState.numberOfServices:I
if_icmpeq 5
1: .line 466
aload 0 /* this */
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard.this$1:Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState.states:Lcom/google/common/collect/Multiset;
getstatic com.google.common.util.concurrent.Service$State.STOPPING:Lcom/google/common/util/concurrent/Service$State;
invokeinterface com.google.common.collect.Multiset.contains:(Ljava/lang/Object;)Z
ifne 5
2: .line 467
aload 0 /* this */
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard.this$1:Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState.states:Lcom/google/common/collect/Multiset;
getstatic com.google.common.util.concurrent.Service$State.TERMINATED:Lcom/google/common/util/concurrent/Service$State;
invokeinterface com.google.common.collect.Multiset.contains:(Ljava/lang/Object;)Z
ifne 5
3: .line 468
aload 0 /* this */
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard.this$1:Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState;
getfield com.google.common.util.concurrent.ServiceManager$ServiceManagerState.states:Lcom/google/common/collect/Multiset;
getstatic com.google.common.util.concurrent.Service$State.FAILED:Lcom/google/common/util/concurrent/Service$State;
invokeinterface com.google.common.collect.Multiset.contains:(Ljava/lang/Object;)Z
ifne 5
4: .line 465
iconst_0
ireturn
StackMap locals:
StackMap stack:
5: iconst_1
ireturn
end local 0 // com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/google/common/util/concurrent/ServiceManager$ServiceManagerState$AwaitHealthGuard;
RuntimeInvisibleAnnotations:
com.google.errorprone.annotations.concurrent.GuardedBy(value = "ServiceManagerState.this.monitor")
}
SourceFile: "ServiceManager.java"
NestHost: com.google.common.util.concurrent.ServiceManager
InnerClasses:
public abstract Guard = com.google.common.util.concurrent.Monitor$Guard of com.google.common.util.concurrent.Monitor
public abstract State = com.google.common.util.concurrent.Service$State of com.google.common.util.concurrent.Service
private final ServiceManagerState = com.google.common.util.concurrent.ServiceManager$ServiceManagerState of com.google.common.util.concurrent.ServiceManager
final AwaitHealthGuard = com.google.common.util.concurrent.ServiceManager$ServiceManagerState$AwaitHealthGuard of com.google.common.util.concurrent.ServiceManager$ServiceManagerState