bitronix.tm.resource.jdbc.lrc
Class LrcXADataSource
java.lang.Object
bitronix.tm.resource.jdbc.lrc.LrcXADataSource
- All Implemented Interfaces:
- javax.sql.CommonDataSource, javax.sql.XADataSource
public class LrcXADataSource
- extends java.lang.Object
- implements javax.sql.XADataSource
XADataSource implementation for a non-XA JDBC resource emulating XA with Last Resource Commit.
© Bitronix Software
- Author:
- lorban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LrcXADataSource
public LrcXADataSource()
getLoginTimeout
public int getLoginTimeout()
throws java.sql.SQLException
- Specified by:
getLoginTimeout
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
getDriverClassName
public java.lang.String getDriverClassName()
setDriverClassName
public void setDriverClassName(java.lang.String driverClassName)
getUrl
public java.lang.String getUrl()
setUrl
public void setUrl(java.lang.String url)
getUser
public java.lang.String getUser()
setUser
public void setUser(java.lang.String user)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
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
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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object