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 void
getLoginTimeout(int result)
void
getLoginTimeout(Throwable cause)
void
getLogWriter(PrintWriter result)
void
getLogWriter(Throwable cause)
void
getParentLogger(Throwable cause)
void
getParentLogger(Logger result)
void
getPooledConnection(Throwable cause)
void
getPooledConnection(Throwable cause, String user, String password)
void
getPooledConnection(PooledConnection result)
void
getPooledConnection(PooledConnection result, 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)
-
-
-
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()
-
-