Package org.alfresco.repo.audit
Interface BeanIdentifier
- All Known Implementing Classes:
BeanIdentifierImpl
public interface BeanIdentifier
Identify a bean upon which a method invocation has been made. Originally
this was only public services but has been relaxed to be any bean.
- Author:
- Andy Hind, David Ward, Alan Davis
-
Method Summary
Modifier and TypeMethodDescriptiongetBeanName(org.aopalliance.intercept.MethodInvocation mi) Get the name of the bean (normally a service) for the method invocation.
-
Method Details
-
getBeanName
Get the name of the bean (normally a service) for the method invocation.- Parameters:
mi- the method invocation- Returns:
- Returns the name of the bean or null if it is not recognized
-