public class TransactionalDaoInterceptor
extends java.lang.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
|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
void |
setDaoService(TransactionalDao daoService) |
public void setDaoService(TransactionalDao daoService)
daoService - the NodeDaoService to registerpublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorjava.lang.ThrowableCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.