public interface MethodCall extends JoinPointBean
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCalledClass()
Gets the class containing the method being called
|
long |
getCalledMethodHash()
Gets the method hash of the method being called
|
Class<?> |
getCallingClass()
Gets the class containing the method/constructor making the call
|
Method |
getMethod()
Gets the method being called
|
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
Class<?> getCallingClass()
Class<?> getCalledClass()
Method getMethod()
long getCalledMethodHash()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.