Package com.impossibl.jdbc.spy
Class ConnectionPoolDataSourceTracer
- java.lang.Object
-
- com.impossibl.jdbc.spy.ConnectionPoolDataSourceTracer
-
public class ConnectionPoolDataSourceTracer extends Object
-
-
Constructor Summary
Constructors Constructor Description ConnectionPoolDataSourceTracer(TraceOutput out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetLoginTimeout(int result)voidgetLoginTimeout(Throwable cause)voidgetLogWriter(PrintWriter result)voidgetLogWriter(Throwable cause)voidgetParentLogger(Throwable cause)voidgetParentLogger(Logger result)voidgetPooledConnection(Throwable cause)voidgetPooledConnection(Throwable cause, String user, String password)voidgetPooledConnection(PooledConnection result)voidgetPooledConnection(PooledConnection result, String user, String password)com.impossibl.jdbc.spy.PooledConnectionListenernewPooledConnectionListener()voidsetLoginTimeout(int seconds)voidsetLoginTimeout(Throwable cause, int seconds)voidsetLogWriter(PrintWriter out)voidsetLogWriter(Throwable cause, PrintWriter out)voidtrace(Trace trace)
-
-
-
Constructor Detail
-
ConnectionPoolDataSourceTracer
public ConnectionPoolDataSourceTracer(TraceOutput out)
-
-
Method Detail
-
trace
public void trace(Trace trace)
-
setLoginTimeout
public void setLoginTimeout(int seconds)
-
setLoginTimeout
public void setLoginTimeout(Throwable cause, int seconds)
-
getPooledConnection
public void getPooledConnection(PooledConnection result, String user, String password)
-
getLoginTimeout
public void getLoginTimeout(int result)
-
getLoginTimeout
public void getLoginTimeout(Throwable cause)
-
getLogWriter
public void getLogWriter(PrintWriter result)
-
getLogWriter
public void getLogWriter(Throwable cause)
-
getPooledConnection
public void getPooledConnection(PooledConnection result)
-
getPooledConnection
public void getPooledConnection(Throwable cause)
-
getParentLogger
public void getParentLogger(Logger result)
-
getParentLogger
public void getParentLogger(Throwable cause)
-
setLogWriter
public void setLogWriter(PrintWriter out)
-
setLogWriter
public void setLogWriter(Throwable cause, PrintWriter out)
-
newPooledConnectionListener
public com.impossibl.jdbc.spy.PooledConnectionListener newPooledConnectionListener()
-
-