final class com.google.common.util.concurrent.AbstractIdleService$DelegateService extends com.google.common.util.concurrent.AbstractService
{
final com.google.common.util.concurrent.AbstractIdleService this$0;
private void <init>(com.google.common.util.concurrent.AbstractIdleService)
{
com.google.common.util.concurrent.AbstractIdleService$DelegateService v;
com.google.common.util.concurrent.AbstractIdleService v;
v := @this: com.google.common.util.concurrent.AbstractIdleService$DelegateService;
v := @parameter: com.google.common.util.concurrent.AbstractIdleService;
v.<com.google.common.util.concurrent.AbstractIdleService$DelegateService: com.google.common.util.concurrent.AbstractIdleService this$0> = v;
specialinvoke v.<com.google.common.util.concurrent.AbstractService: void <init>()>();
return;
}
protected final void doStart()
{
com.google.common.util.concurrent.AbstractIdleService$DelegateService v;
java.util.concurrent.Executor v, v;
com.google.common.util.concurrent.AbstractIdleService v, v;
com.google.common.base.Supplier v;
com.google.common.util.concurrent.AbstractIdleService$DelegateService$1 v;
v := @this: com.google.common.util.concurrent.AbstractIdleService$DelegateService;
v = v.<com.google.common.util.concurrent.AbstractIdleService$DelegateService: com.google.common.util.concurrent.AbstractIdleService this$0>;
v = virtualinvoke v.<com.google.common.util.concurrent.AbstractIdleService: java.util.concurrent.Executor executor()>();
v = v.<com.google.common.util.concurrent.AbstractIdleService$DelegateService: com.google.common.util.concurrent.AbstractIdleService this$0>;
v = v.<com.google.common.util.concurrent.AbstractIdleService: com.google.common.base.Supplier threadNameSupplier>;
v = staticinvoke <com.google.common.util.concurrent.MoreExecutors: java.util.concurrent.Executor renamingDecorator(java.util.concurrent.Executor,com.google.common.base.Supplier)>(v, v);
v = new com.google.common.util.concurrent.AbstractIdleService$DelegateService$1;
specialinvoke v.<com.google.common.util.concurrent.AbstractIdleService$DelegateService$1: void <init>(com.google.common.util.concurrent.AbstractIdleService$DelegateService)>(v);
interfaceinvoke v.<java.util.concurrent.Executor: void execute(java.lang.Runnable)>(v);
return;
}
protected final void doStop()
{
com.google.common.util.concurrent.AbstractIdleService$DelegateService v;
java.util.concurrent.Executor v, v;
com.google.common.util.concurrent.AbstractIdleService v, v;
com.google.common.base.Supplier v;
com.google.common.util.concurrent.AbstractIdleService$DelegateService$2 v;
v := @this: com.google.common.util.concurrent.AbstractIdleService$DelegateService;
v = v.<com.google.common.util.concurrent.AbstractIdleService$DelegateService: com.google.common.util.concurrent.AbstractIdleService this$0>;
v = virtualinvoke v.<com.google.common.util.concurrent.AbstractIdleService: java.util.concurrent.Executor executor()>();
v = v.<com.google.common.util.concurrent.AbstractIdleService$DelegateService: com.google.common.util.concurrent.AbstractIdleService this$0>;
v = v.<com.google.common.util.concurrent.AbstractIdleService: com.google.common.base.Supplier threadNameSupplier>;
v = staticinvoke <com.google.common.util.concurrent.MoreExecutors: java.util.concurrent.Executor renamingDecorator(java.util.concurrent.Executor,com.google.common.base.Supplier)>(v, v);
v = new com.google.common.util.concurrent.AbstractIdleService$DelegateService$2;
specialinvoke v.<com.google.common.util.concurrent.AbstractIdleService$DelegateService$2: void <init>(com.google.common.util.concurrent.AbstractIdleService$DelegateService)>(v);
interfaceinvoke v.<java.util.concurrent.Executor: void execute(java.lang.Runnable)>(v);
return;
}
public java.lang.String toString()
{
com.google.common.util.concurrent.AbstractIdleService$DelegateService v;
java.lang.String v;
com.google.common.util.concurrent.AbstractIdleService v;
v := @this: com.google.common.util.concurrent.AbstractIdleService$DelegateService;
v = v.<com.google.common.util.concurrent.AbstractIdleService$DelegateService: com.google.common.util.concurrent.AbstractIdleService this$0>;
v = virtualinvoke v.<com.google.common.util.concurrent.AbstractIdleService: java.lang.String toString()>();
return v;
}
}