com.liferay.portal.dao.jdbc.aop
Class DynamicDataSourceTargetSource
java.lang.Object
com.liferay.portal.dao.jdbc.aop.DynamicDataSourceTargetSource
- All Implemented Interfaces:
- org.springframework.aop.TargetClassAware, org.springframework.aop.TargetSource
public class DynamicDataSourceTargetSource
- extends Object
- implements org.springframework.aop.TargetSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicDataSourceTargetSource
public DynamicDataSourceTargetSource()
getMethodStack
public Stack<String> getMethodStack()
getOperation
public Operation getOperation()
getTarget
public Object getTarget()
throws Exception
- Specified by:
getTarget
in interface org.springframework.aop.TargetSource
- Throws:
Exception
getTargetClass
public Class<DataSource> getTargetClass()
- Specified by:
getTargetClass
in interface org.springframework.aop.TargetClassAware
- Specified by:
getTargetClass
in interface org.springframework.aop.TargetSource
isStatic
public boolean isStatic()
- Specified by:
isStatic
in interface org.springframework.aop.TargetSource
popMethod
public String popMethod()
pushMethod
public void pushMethod(String method)
releaseTarget
public void releaseTarget(Object target)
throws Exception
- Specified by:
releaseTarget
in interface org.springframework.aop.TargetSource
- Throws:
Exception
setOperation
public void setOperation(Operation operation)
setReadDataSource
public void setReadDataSource(DataSource readDataSource)
setWriteDataSource
public void setWriteDataSource(DataSource writeDataSource)
inOperation
protected boolean inOperation()