public class io.vertx.core.impl.btc.BlockedThreadEvent extends java.lang.Object
{
private final java.lang.Thread thread;
private final long maxExecTime;
private final long duration;
private final long warningExceptionTime;
public void <init>(java.lang.Thread, long, long, long)
{
io.vertx.core.impl.btc.BlockedThreadEvent v;
java.lang.Thread v;
long v, v, v;
v := @this: io.vertx.core.impl.btc.BlockedThreadEvent;
v := @parameter: java.lang.Thread;
v := @parameter: long;
v := @parameter: long;
v := @parameter: long;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<io.vertx.core.impl.btc.BlockedThreadEvent: java.lang.Thread thread> = v;
v.<io.vertx.core.impl.btc.BlockedThreadEvent: long duration> = v;
v.<io.vertx.core.impl.btc.BlockedThreadEvent: long maxExecTime> = v;
v.<io.vertx.core.impl.btc.BlockedThreadEvent: long warningExceptionTime> = v;
return;
}
public java.lang.Thread thread()
{
io.vertx.core.impl.btc.BlockedThreadEvent v;
java.lang.Thread v;
v := @this: io.vertx.core.impl.btc.BlockedThreadEvent;
v = v.<io.vertx.core.impl.btc.BlockedThreadEvent: java.lang.Thread thread>;
return v;
}
public long maxExecTime()
{
long v;
io.vertx.core.impl.btc.BlockedThreadEvent v;
v := @this: io.vertx.core.impl.btc.BlockedThreadEvent;
v = v.<io.vertx.core.impl.btc.BlockedThreadEvent: long maxExecTime>;
return v;
}
public long duration()
{
long v;
io.vertx.core.impl.btc.BlockedThreadEvent v;
v := @this: io.vertx.core.impl.btc.BlockedThreadEvent;
v = v.<io.vertx.core.impl.btc.BlockedThreadEvent: long duration>;
return v;
}
public long warningExceptionTime()
{
long v;
io.vertx.core.impl.btc.BlockedThreadEvent v;
v := @this: io.vertx.core.impl.btc.BlockedThreadEvent;
v = v.<io.vertx.core.impl.btc.BlockedThreadEvent: long warningExceptionTime>;
return v;
}
}