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

Packages that use IJoinPointInfo
org.jboss.aop   
org.jboss.aop.joinpoint   
 

Uses of IJoinPointInfo in org.jboss.aop
 

Classes in org.jboss.aop that implement IJoinPointInfo
 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 IJoinPointInfo in org.jboss.aop.joinpoint
 

Subinterfaces of IJoinPointInfo in org.jboss.aop.joinpoint
 interface ICallerConstructorInfo
          Represents calls made to a constructor by either a method or a constructor
 interface ICallerMethodInfo
          Represents calls made to a method or a constructor by either a method or a constructor
 interface IConByConInfo
          Represents a call to a constructor made by a constructor
 interface IConByMethodInfo
          Represents a call to a constructor made by a method
 interface IConstructionInfo
          Represents a call made on a constructor woven with the construction syntax
 interface IConstructorInfo
          Represents a contructor call with an execution pointcut
 interface IFieldInfo
          Represents a field read or write
 interface IMethodByConInfo
          Represents a method being called by a constructor
 interface IMethodByMethodInfo
          Represents a method being called by a method
 interface IMethodInfo
          Represents a method call with an execution pointcut
 



Copyright © 2004 JBoss Inc. All Rights Reserved.