Liferay 6.2-ce-ga5

com.liferay.portal.dao.shard
Class ShardDataSource

java.lang.Object
  extended by com.liferay.portal.dao.shard.ShardDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class ShardDataSource
extends Object
implements DataSource


Constructor Summary
ShardDataSource()
           
 
Method Summary
 Connection getConnection()
           
 Connection getConnection(String username, String password)
           
protected  DataSource getDataSource()
           
static DataSource getInstance()
           
 int getLoginTimeout()
           
 PrintWriter getLogWriter()
           
 Logger getParentLogger()
           
 boolean isWrapperFor(Class<?> clazz)
           
 void setLoginTimeout(int seconds)
           
 void setLogWriter(PrintWriter printWriter)
           
<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

ShardDataSource

public ShardDataSource()
Method Detail

getInstance

public static DataSource getInstance()

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

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 printWriter)
                  throws SQLException
Specified by:
setLogWriter in interface CommonDataSource
Throws:
SQLException

unwrap

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

getDataSource

protected DataSource getDataSource()

Liferay 6.2-ce-ga5