Package org.alfresco.repo.audit
Interface BeanIdentifier
-
- All Known Implementing Classes:
BeanIdentifierImpl
public interface BeanIdentifierIdentify 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBeanName(org.aopalliance.intercept.MethodInvocation mi)Get the name of the bean (normally a service) for the method invocation.
-
-
-
Method Detail
-
getBeanName
String getBeanName(org.aopalliance.intercept.MethodInvocation mi)
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
-
-