public class BeanIdentifierImpl extends java.lang.Object implements BeanIdentifier, org.springframework.beans.factory.BeanFactoryAware
AuditMethodInterceptor.
Originally used to look up public services annotated with @PublicService,
but has now been relaxed to be any bean that uses a proxy. For the method to be
audited it still needs to be annotated with @Auditable.
| Constructor and Description |
|---|
BeanIdentifierImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanName(org.aopalliance.intercept.MethodInvocation mi)
Get the name of the bean (normally a service) for the method invocation.
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic java.lang.String getBeanName(org.aopalliance.intercept.MethodInvocation mi)
getBeanName in interface BeanIdentifiermi - the method invocationCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.