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