Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.dao.jdbc.util.DataSourceSwapper

public class DataSourceSwapper
extends Object


Constructor Summary
DataSourceSwapper()
           
 
Method Summary
 void setCounterDataSourceWrapper(DataSourceWrapper counterDataSourceWrapper)
           
 void setLiferayDataSourceWrapper(DataSourceWrapper liferayDataSourceWrapper)
           
static void swapCounterDataSource(Properties properties)
           
static void swapLiferayDataSource(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceSwapper

public DataSourceSwapper()
Method Detail

swapCounterDataSource

public static void swapCounterDataSource(Properties properties)
                                  throws Exception
Throws:
Exception

swapLiferayDataSource

public static void swapLiferayDataSource(Properties properties)
                                  throws Exception
Throws:
Exception

setCounterDataSourceWrapper

public void setCounterDataSourceWrapper(DataSourceWrapper counterDataSourceWrapper)

setLiferayDataSourceWrapper

public void setLiferayDataSourceWrapper(DataSourceWrapper liferayDataSourceWrapper)

Liferay 6.2-ce-ga5