JBoss AOP Parent POM 2.2.2.GA

Uses of Interface
org.jboss.aop.joinpoint.JoinPointBean

Packages that use JoinPointBean
org.jboss.aop   
org.jboss.aop.advice   
org.jboss.aop.instrument   
org.jboss.aop.joinpoint   
 

Uses of JoinPointBean in org.jboss.aop
 

Classes in org.jboss.aop that implement JoinPointBean
 class CallerConstructorInfo
          Comment
 class CallerMethodInfo
          Comment
 class ConByConInfo
           
 class ConByMethodInfo
           
 class ConstructionInfo
          Comment
 class ConstructorInfo
          Comment
 class FieldInfo
          Comment
 class JoinPointInfo
           
 class MethodByConInfo
           
 class MethodByMethodInfo
           
 class MethodInfo
          This class is here to eliminate a hash lookup in invokeMethod
 

Uses of JoinPointBean in org.jboss.aop.advice
 

Methods in org.jboss.aop.advice that return JoinPointBean
 JoinPointBean AdviceMethodProperties.getJoinPoint()
           
 

Constructors in org.jboss.aop.advice with parameters of type JoinPointBean
AdviceMethodProperties(JoinPointBean joinPoint, Class<?> aspectClass, String adviceName, Class<?> thrownType, Class<?> joinPointBeanType, Class<?> invocationType, Type joinpointReturnType, Type[] joinpointParameters, Class<?>[] joinpointParameterClassTypes, Type[] joinpointExceptions, Type target, boolean targetAvailable)
           
AdviceMethodProperties(JoinPointBean joinPoint, Class<?> aspectClass, String adviceName, Class<?> thrownType, Class<?> joinPointBeanType, Class<?> invocationType, Type joinpointReturnType, Type[] joinpointParameters, Class<?>[] joinpointParameterClassTypes, Type[] joinpointExceptions, Type target, boolean targetAvailable, Type caller, boolean callerAvailable)
           
AdviceMethodProperties(JoinPointBean joinPoint, Class<?> aspectClass, String adviceName, Class<?> joinPointBeanType, Class<?> invocationType, Type joinpointReturnType, Type[] joinpointParameters, Class<?>[] joinpointParameterClassTypes, Type[] joinpointExceptions, Type target, boolean targetAvailable)
           
AdviceMethodProperties(JoinPointBean joinPoint, Class<?> aspectClass, String adviceName, Class<?> joinPointBeanType, Class<?> invocationType, Type joinpointReturnType, Type[] joinpointParameters, Class<?>[] joinpointParameterClassTypes, Type[] joinpointExceptions, Type target, boolean targetAvailable, Type caller, boolean callerAvailable)
           
 

Uses of JoinPointBean in org.jboss.aop.instrument
 

Methods in org.jboss.aop.instrument with parameters of type JoinPointBean
protected  AdviceMethodProperties ConstructorJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties ConByMethodJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties MethodJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties FieldJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties MethodByMethodJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties ConByConJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected abstract  AdviceMethodProperties JoinPointGenerator.getAdviceMethodProperties(JoinPointBean info, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties MethodByConJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
protected  AdviceMethodProperties ConstructionJoinPointGenerator.getAdviceMethodProperties(JoinPointBean joinPoint, JoinPointGenerator.AdviceSetup setup)
           
 

Uses of JoinPointBean in org.jboss.aop.joinpoint
 

Subinterfaces of JoinPointBean in org.jboss.aop.joinpoint
 interface Construction
          Represents a call made on a constructor woven with the construction syntax
 interface ConstructorCall
          Represents calls made to a constructor by either a method or a constructor
 interface ConstructorCallByConstructor
          Represents a call to a constructor made by a constructor
 interface ConstructorCallByMethod
          Represents a call to a constructor made by a method
 interface ConstructorExecution
          Represents a contructor call with an execution pointcut
 interface FieldAccess
          Represents a field read or write
 interface MethodCall
          Represents calls made to a method by either a method or a constructor
 interface MethodCallByConstructor
          Represents a method being called by a constructor
 interface MethodCallByMethod
          Represents a method being called by a method
 interface MethodExecution
          Represents a method call with an execution pointcut
 


JBoss AOP Parent POM 2.2.2.GA

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