|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodCalledByMethodInvocation | |
org.jboss.aop.joinpoint | |
org.jboss.aop.reflection |
Uses of MethodCalledByMethodInvocation in org.jboss.aop.joinpoint |
Subclasses of MethodCalledByMethodInvocation in org.jboss.aop.joinpoint | |
class |
MethodCalledByMethodInvocationWrapper
Comment |
Constructors in org.jboss.aop.joinpoint with parameters of type MethodCalledByMethodInvocation | |
MethodCalledByMethodInvocationWrapper(MethodCalledByMethodInvocation wrapped,
Interceptor[] interceptors)
|
Uses of MethodCalledByMethodInvocation in org.jboss.aop.reflection |
Methods in org.jboss.aop.reflection with parameters of type MethodCalledByMethodInvocation | |
Object |
ReflectionAspect.interceptNewInstance(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.newInstance() and Constructor.newInstance(). |
Object |
ReflectionAspect.interceptMethodInvoke(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.newInstance() and Constructor.newInstance(). |
Object |
ReflectionAspect.interceptFieldSet(MethodCalledByMethodInvocation invocation)
Advice for calls to Field.setXXX(). |
Object |
ReflectionAspect.interceptFieldGet(MethodCalledByMethodInvocation invocation)
Advice for calls to Field.getXXX(). |
Object |
ReflectionAspect.interceptGetDeclaredMethods(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredMethods(). |
Object |
ReflectionAspect.interceptGetDeclaredMethod(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredMethod(). |
Object |
ReflectionAspect.interceptGetMethods(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getMethods(). |
Object |
ReflectionAspect.interceptGetMethod(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getMethod(). |
Object |
ReflectionAspect.interceptGetInterfaces(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getInterfaces(). |
Object |
ReflectionAspect.interceptGetDeclaredClasses(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredClasses(). |
Object |
ReflectionAspect.interceptGetClasses(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getClasses(). |
Object |
ReflectionAspect.interceptGetDeclaredFields(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredFields(). |
Object |
ReflectionAspect.interceptGetDeclaredField(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredField(). |
Object |
ReflectionAspect.interceptGetFields(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getFields(). |
Object |
ReflectionAspect.interceptGetDeclaredConstructors(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredConstructors(). |
Object |
ReflectionAspect.interceptGetDeclaredConstructor(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getDeclaredConstructor(). |
Object |
ReflectionAspect.interceptGetConstructors(MethodCalledByMethodInvocation invocation)
Advice for calls to Class.getConstructors(). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |