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 java.lang.StringgetBeanName(org.aopalliance.intercept.MethodInvocation mi)Get the name of the bean (normally a service) for the method invocation.
-