com.caucho.tools.profiler
Class XADataSourceWrapper
java.lang.Object
com.caucho.tools.profiler.XADataSourceWrapper
- All Implemented Interfaces:
- javax.sql.CommonDataSource, javax.sql.XADataSource
public final class XADataSourceWrapper
- extends java.lang.Object
- implements javax.sql.XADataSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XADataSourceWrapper
public XADataSourceWrapper(ProfilerPoint profilerPoint,
javax.sql.XADataSource dataSource)
getXAConnection
public javax.sql.XAConnection getXAConnection()
throws java.sql.SQLException
- Specified by:
getXAConnection
in interface javax.sql.XADataSource
- Throws:
java.sql.SQLException
getXAConnection
public javax.sql.XAConnection getXAConnection(java.lang.String user,
java.lang.String password)
throws java.sql.SQLException
- Specified by:
getXAConnection
in interface javax.sql.XADataSource
- Throws:
java.sql.SQLException
getLogWriter
public java.io.PrintWriter getLogWriter()
throws java.sql.SQLException
- Specified by:
getLogWriter
in interface javax.sql.CommonDataSource
- Throws:
java.sql.SQLException
setLogWriter
public void setLogWriter(java.io.PrintWriter out)
throws java.sql.SQLException
- Specified by:
setLogWriter
in interface javax.sql.CommonDataSource
- Throws:
java.sql.SQLException
setLoginTimeout
public void setLoginTimeout(int seconds)
throws java.sql.SQLException
- Specified by:
setLoginTimeout
in interface javax.sql.CommonDataSource
- Throws:
java.sql.SQLException
getLoginTimeout
public int getLoginTimeout()
throws java.sql.SQLException
- Specified by:
getLoginTimeout
in interface javax.sql.CommonDataSource
- Throws:
java.sql.SQLException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object