private static class ConnectionImpl.NetworkTimeoutSetter
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.ref.WeakReference<JdbcConnection> |
connRef |
private int |
milliseconds |
| Constructor and Description |
|---|
NetworkTimeoutSetter(JdbcConnection conn,
int milliseconds) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private final java.lang.ref.WeakReference<JdbcConnection> connRef
private final int milliseconds
public NetworkTimeoutSetter(JdbcConnection conn, int milliseconds)