public final class MysqlConnectionTester
extends java.lang.Object
implements com.mchange.v2.c3p0.QueryConnectionTester
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.Object[] |
NO_ARGS_ARRAY |
private java.lang.reflect.Method |
pingMethod |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MysqlConnectionTester() |
| Modifier and Type | Method and Description |
|---|---|
int |
activeCheckConnection(java.sql.Connection con) |
int |
activeCheckConnection(java.sql.Connection arg0,
java.lang.String arg1) |
int |
statusOnException(java.sql.Connection arg0,
java.lang.Throwable throwable) |
private static final long serialVersionUID
private static final java.lang.Object[] NO_ARGS_ARRAY
private transient java.lang.reflect.Method pingMethod
public int activeCheckConnection(java.sql.Connection con)
activeCheckConnection in interface com.mchange.v2.c3p0.ConnectionTesterpublic int statusOnException(java.sql.Connection arg0,
java.lang.Throwable throwable)
statusOnException in interface com.mchange.v2.c3p0.ConnectionTesterpublic int activeCheckConnection(java.sql.Connection arg0,
java.lang.String arg1)
activeCheckConnection in interface com.mchange.v2.c3p0.QueryConnectionTester