public class ConnectionPoolDataSourceTracer extends Object
Constructor and Description |
---|
ConnectionPoolDataSourceTracer(TraceOutput out) |
Modifier and Type | Method and Description |
---|---|
void |
getLoginTimeout(int result) |
void |
getLoginTimeout(Throwable cause) |
void |
getLogWriter(PrintWriter result) |
void |
getLogWriter(Throwable cause) |
void |
getParentLogger(Logger result) |
void |
getParentLogger(Throwable cause) |
void |
getPooledConnection(PooledConnection result) |
void |
getPooledConnection(PooledConnection result,
String user,
String password) |
void |
getPooledConnection(Throwable cause) |
void |
getPooledConnection(Throwable cause,
String user,
String password) |
com.impossibl.jdbc.spy.PooledConnectionListener |
newPooledConnectionListener() |
void |
setLoginTimeout(int seconds) |
void |
setLoginTimeout(Throwable cause,
int seconds) |
void |
setLogWriter(PrintWriter out) |
void |
setLogWriter(Throwable cause,
PrintWriter out) |
void |
trace(Trace trace) |
public ConnectionPoolDataSourceTracer(TraceOutput out)
public void trace(Trace trace)
public void setLogWriter(PrintWriter out)
public void setLogWriter(Throwable cause, PrintWriter out)
public void getLogWriter(PrintWriter result)
public void getLogWriter(Throwable cause)
public void getPooledConnection(PooledConnection result)
public void getPooledConnection(Throwable cause)
public void getLoginTimeout(int result)
public void getLoginTimeout(Throwable cause)
public void setLoginTimeout(int seconds)
public void setLoginTimeout(Throwable cause, int seconds)
public void getParentLogger(Logger result)
public void getParentLogger(Throwable cause)
public void getPooledConnection(PooledConnection result, String user, String password)
public com.impossibl.jdbc.spy.PooledConnectionListener newPooledConnectionListener()