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