Package com.impossibl.jdbc.spy
Class XADataSourceTracer
- java.lang.Object
-
- com.impossibl.jdbc.spy.XADataSourceTracer
-
public class XADataSourceTracer extends Object
-
-
Constructor Summary
Constructors Constructor Description XADataSourceTracer(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
getXAConnection(Throwable cause)
void
getXAConnection(Throwable cause, String user, String password)
void
getXAConnection(XAConnection result)
void
getXAConnection(XAConnection result, String user, String password)
com.impossibl.jdbc.spy.XAConnectionListener
newXAConnectionListener()
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
-
XADataSourceTracer
public XADataSourceTracer(TraceOutput out)
-
-
Method Detail
-
trace
public void trace(Trace trace)
-
setLoginTimeout
public void setLoginTimeout(int seconds)
-
setLoginTimeout
public void setLoginTimeout(Throwable cause, int seconds)
-
getLogWriter
public void getLogWriter(PrintWriter result)
-
getLogWriter
public void getLogWriter(Throwable cause)
-
getXAConnection
public void getXAConnection(XAConnection result)
-
getXAConnection
public void getXAConnection(Throwable cause)
-
getXAConnection
public void getXAConnection(XAConnection result, String user, String password)
-
getLoginTimeout
public void getLoginTimeout(int result)
-
getLoginTimeout
public void getLoginTimeout(Throwable cause)
-
setLogWriter
public void setLogWriter(PrintWriter out)
-
setLogWriter
public void setLogWriter(Throwable cause, PrintWriter out)
-
getParentLogger
public void getParentLogger(Logger result)
-
getParentLogger
public void getParentLogger(Throwable cause)
-
newXAConnectionListener
public com.impossibl.jdbc.spy.XAConnectionListener newXAConnectionListener()
-
-