org.mule.providers.jdbc.xa
Class DataSourceWrapper

java.lang.Object
  extended byorg.mule.providers.jdbc.xa.DataSourceWrapper
All Implemented Interfaces:
javax.sql.DataSource

public class DataSourceWrapper
extends java.lang.Object
implements javax.sql.DataSource

Author:
Guillaume Nodet $Revision: 1.2 $

Constructor Summary
DataSourceWrapper()
           
DataSourceWrapper(javax.sql.XADataSource xads, TransactionManager tm)
           
 
Method Summary
 java.sql.Connection getConnection()
           
 java.sql.Connection getConnection(java.lang.String username, java.lang.String password)
           
 int getLoginTimeout()
           
 java.io.PrintWriter getLogWriter()
           
 TransactionManager getTransactionManager()
           
 javax.sql.XADataSource getXaDataSource()
           
 void setLoginTimeout(int seconds)
           
 void setLogWriter(java.io.PrintWriter out)
           
 void setTransactionManager(TransactionManager tm)
           
 void setXaDataSource(javax.sql.XADataSource xads)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceWrapper

public DataSourceWrapper()

DataSourceWrapper

public DataSourceWrapper(javax.sql.XADataSource xads,
                         TransactionManager tm)
Method Detail

getLoginTimeout

public int getLoginTimeout()
                    throws java.sql.SQLException
Specified by:
getLoginTimeout in interface javax.sql.DataSource
Throws:
java.sql.SQLException

setLoginTimeout

public void setLoginTimeout(int seconds)
                     throws java.sql.SQLException
Specified by:
setLoginTimeout in interface javax.sql.DataSource
Throws:
java.sql.SQLException

getLogWriter

public java.io.PrintWriter getLogWriter()
                                 throws java.sql.SQLException
Specified by:
getLogWriter in interface javax.sql.DataSource
Throws:
java.sql.SQLException

setLogWriter

public void setLogWriter(java.io.PrintWriter out)
                  throws java.sql.SQLException
Specified by:
setLogWriter in interface javax.sql.DataSource
Throws:
java.sql.SQLException

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
Specified by:
getConnection in interface javax.sql.DataSource
Throws:
java.sql.SQLException

getConnection

public java.sql.Connection getConnection(java.lang.String username,
                                         java.lang.String password)
                                  throws java.sql.SQLException
Specified by:
getConnection in interface javax.sql.DataSource
Throws:
java.sql.SQLException

getTransactionManager

public TransactionManager getTransactionManager()
Returns:
Returns the transaction manager.

setTransactionManager

public void setTransactionManager(TransactionManager tm)
Parameters:
tm - The transaction manager to set.

getXaDataSource

public javax.sql.XADataSource getXaDataSource()
Returns:
Returns the underlying XADataSource.

setXaDataSource

public void setXaDataSource(javax.sql.XADataSource xads)
Parameters:
xads - The XADataSource to set.


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.