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.InitializingBean
Exception
Copyright © 2005–2017 Alfresco Software. All rights reserved.