JBoss AOP Parent POM 2.2.2.GA

Uses of Class
org.jboss.aop.joinpoint.MethodCalledByMethodInvocation

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.interceptFieldGet(MethodCalledByMethodInvocation invocation)
          Advice for calls to Field.getXXX().
 Object ReflectionAspect.interceptFieldSet(MethodCalledByMethodInvocation invocation)
          Advice for calls to Field.setXXX().
 Object ReflectionAspect.interceptGetClasses(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getClasses().
 Object ReflectionAspect.interceptGetConstructors(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getConstructors().
 Object ReflectionAspect.interceptGetDeclaredClasses(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getDeclaredClasses().
 Object ReflectionAspect.interceptGetDeclaredConstructor(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getDeclaredConstructor().
 Object ReflectionAspect.interceptGetDeclaredConstructors(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getDeclaredConstructors().
 Object ReflectionAspect.interceptGetDeclaredField(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getDeclaredField().
 Object ReflectionAspect.interceptGetDeclaredFields(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getDeclaredFields().
 Object ReflectionAspect.interceptGetDeclaredMethod(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getDeclaredMethod().
 Object ReflectionAspect.interceptGetDeclaredMethods(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getDeclaredMethods().
 Object ReflectionAspect.interceptGetFields(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getFields().
 Object ReflectionAspect.interceptGetInterfaces(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getInterfaces().
 Object ReflectionAspect.interceptGetMethod(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getMethod().
 Object ReflectionAspect.interceptGetMethods(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.getMethods().
 Object ReflectionAspect.interceptMethodInvoke(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.newInstance() and Constructor.newInstance().
 Object ReflectionAspect.interceptNewInstance(MethodCalledByMethodInvocation invocation)
          Advice for calls to Class.newInstance() and Constructor.newInstance().
 


JBoss AOP Parent POM 2.2.2.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.