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.


Method Summary
 java.lang.String getBeanName(org.aopalliance.intercept.MethodInvocation mi)
          Get the name of the bean (normally a service) for the method invocation.
 

Method Detail

getBeanName

java.lang.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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.