public class TransactionalDaoInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.InitializingBean
It is designed to act as a postInterceptor on the NodeDaoService's
TransactionProxyFactoryBean.
| Constructor and Description |
|---|
TransactionalDaoInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Checks that required values have been injected
|
Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setDaoService(TransactionalDao daoService) |
public void setDaoService(TransactionalDao daoService)
daoService - the NodeDaoService to registerpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.