Liferay 6.2-ce-ga5

com.liferay.portal.dao.jdbc.util
Class DataSourceWrapper

java.lang.Object
  extended by com.liferay.portal.dao.jdbc.util.DataSourceWrapper
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class DataSourceWrapper
extends Object
implements DataSource


Constructor Summary
DataSourceWrapper(DataSource dataSource)
           
 
Method Summary
 Connection getConnection()
           
 Connection getConnection(String username, String password)
           
 int getLoginTimeout()
           
 PrintWriter getLogWriter()
           
 Logger getParentLogger()
           
 DataSource getWrappedDataSource()
           
 boolean isWrapperFor(Class<?> clazz)
           
 void setLoginTimeout(int seconds)
           
 void setLogWriter(PrintWriter out)
           
 void setWrappedDataSource(DataSource wrappedDataSource)
           
<T> T
unwrap(Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceWrapper

public DataSourceWrapper(DataSource dataSource)
Method Detail

getConnection

public Connection getConnection()
                         throws SQLException
Specified by:
getConnection in interface DataSource
Throws:
SQLException

getConnection

public Connection getConnection(String username,
                                String password)
                         throws SQLException
Specified by:
getConnection in interface DataSource
Throws:
SQLException

getLoginTimeout

public int getLoginTimeout()
                    throws SQLException
Specified by:
getLoginTimeout in interface CommonDataSource
Throws:
SQLException

getLogWriter

public PrintWriter getLogWriter()
                         throws SQLException
Specified by:
getLogWriter in interface CommonDataSource
Throws:
SQLException

getParentLogger

public Logger getParentLogger()
Specified by:
getParentLogger in interface CommonDataSource

getWrappedDataSource

public DataSource getWrappedDataSource()

isWrapperFor

public boolean isWrapperFor(Class<?> clazz)
Specified by:
isWrapperFor in interface Wrapper

setLoginTimeout

public void setLoginTimeout(int seconds)
                     throws SQLException
Specified by:
setLoginTimeout in interface CommonDataSource
Throws:
SQLException

setLogWriter

public void setLogWriter(PrintWriter out)
                  throws SQLException
Specified by:
setLogWriter in interface CommonDataSource
Throws:
SQLException

setWrappedDataSource

public void setWrappedDataSource(DataSource wrappedDataSource)

unwrap

public <T> T unwrap(Class<T> clazz)
         throws SQLException
Specified by:
unwrap in interface Wrapper
Throws:
SQLException

Liferay 6.2-ce-ga5