Liferay 6.2.0-ce-m1

com.liferay.portal.dao.jdbc.pacl
Class PACLDataSource

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

public class PACLDataSource
extends DataSourceWrapper


Constructor Summary
PACLDataSource(DataSource dataSource)
           
 
Method Summary
 Connection getConnection()
           
 
Methods inherited from class com.liferay.portal.dao.jdbc.util.DataSourceWrapper
getConnection, getLoginTimeout, getLogWriter, getParentLogger, getWrappedDataSource, isWrapperFor, setLoginTimeout, setLogWriter, setWrappedDataSource, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PACLDataSource

public PACLDataSource(DataSource dataSource)
Method Detail

getConnection

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

Liferay 6.2.0-ce-m1