public abstract class oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService extends java.lang.Object implements oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service
{
private final oadd.org.apache.curator.shaded.com.google.common.base.Supplier threadNameSupplier;
private final oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate;
protected void <init>()
{
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService$DelegateService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier;
specialinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier: void <init>(oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService)>(v);
v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.base.Supplier threadNameSupplier> = v;
v = new oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService$DelegateService;
specialinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService$DelegateService: void <init>(oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService)>(v);
v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate> = v;
return;
}
protected abstract void startUp() throws java.lang.Exception;
protected abstract void shutDown() throws java.lang.Exception;
protected java.util.concurrent.Executor executor()
{
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService$1 v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v = new oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService$1;
specialinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService$1: void <init>(oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService)>(v);
return v;
}
public java.lang.String toString()
{
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service$State v;
java.lang.String v, v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: java.lang.String serviceName()>();
v = virtualinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service$State state()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service$State)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u [\u]");
return v;
}
public final boolean isRunning()
{
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service v;
boolean v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v = v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate>;
v = interfaceinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service: boolean isRunning()>();
return v;
}
public final oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service$State state()
{
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service$State v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v = v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate>;
v = interfaceinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service$State state()>();
return v;
}
public final void addListener(oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service$Listener, java.util.concurrent.Executor)
{
java.util.concurrent.Executor v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service$Listener v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v := @parameter: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service$Listener;
v := @parameter: java.util.concurrent.Executor;
v = v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate>;
interfaceinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service: void addListener(oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service$Listener,java.util.concurrent.Executor)>(v, v);
return;
}
public final java.lang.Throwable failureCause()
{
java.lang.Throwable v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v = v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate>;
v = interfaceinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service: java.lang.Throwable failureCause()>();
return v;
}
public final oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service startAsync()
{
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v = v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate>;
interfaceinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service startAsync()>();
return v;
}
public final oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service stopAsync()
{
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v = v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate>;
interfaceinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service stopAsync()>();
return v;
}
public final void awaitRunning()
{
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v = v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate>;
interfaceinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service: void awaitRunning()>();
return;
}
public final void awaitRunning(long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException
{
java.util.concurrent.TimeUnit v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service v;
long v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v := @parameter: long;
v := @parameter: java.util.concurrent.TimeUnit;
v = v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate>;
interfaceinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service: void awaitRunning(long,java.util.concurrent.TimeUnit)>(v, v);
return;
}
public final void awaitTerminated()
{
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v = v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate>;
interfaceinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service: void awaitTerminated()>();
return;
}
public final void awaitTerminated(long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException
{
java.util.concurrent.TimeUnit v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service v;
long v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v := @parameter: long;
v := @parameter: java.util.concurrent.TimeUnit;
v = v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service delegate>;
interfaceinvoke v.<oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Service: void awaitTerminated(long,java.util.concurrent.TimeUnit)>(v, v);
return;
}
protected java.lang.String serviceName()
{
oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService v;
java.lang.Class v;
java.lang.String v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.AbstractIdleService;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getSimpleName()>();
return v;
}
}