Liferay 6.1.2-ce-ga3

com.liferay.portal.dao.jdbc.aop
Class DynamicDataSourceTransactionInterceptor

java.lang.Object
  extended by com.liferay.portal.spring.transaction.TransactionInterceptor
      extended by com.liferay.portal.dao.jdbc.aop.DynamicDataSourceTransactionInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class DynamicDataSourceTransactionInterceptor
extends TransactionInterceptor


Field Summary
 
Fields inherited from class com.liferay.portal.spring.transaction.TransactionInterceptor
platformTransactionManager, transactionAttributeSource, transactionExecutor
 
Constructor Summary
DynamicDataSourceTransactionInterceptor()
           
 
Method Summary
 void afterPropertiesSet()
           
 Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 void setDynamicDataSourceTargetSource(DynamicDataSourceTargetSource dynamicDataSourceTargetSource)
           
 
Methods inherited from class com.liferay.portal.spring.transaction.TransactionInterceptor
setPlatformTransactionManager, setTransactionAttributeSource, setTransactionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicDataSourceTransactionInterceptor

public DynamicDataSourceTransactionInterceptor()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
              throws Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Overrides:
invoke in class TransactionInterceptor
Throws:
Throwable

setDynamicDataSourceTargetSource

public void setDynamicDataSourceTargetSource(DynamicDataSourceTargetSource dynamicDataSourceTargetSource)

Liferay 6.1.2-ce-ga3