Uses of Interface
org.jboss.joinpoint.spi.Joinpoint

Packages that use Joinpoint
org.jboss.joinpoint.plugins.reflect Reflection based Join Points. 
org.jboss.joinpoint.spi Join Point API. 
 

Uses of Joinpoint in org.jboss.joinpoint.plugins.reflect
 

Classes in org.jboss.joinpoint.plugins.reflect that implement Joinpoint
 class ReflectConstructorJoinPoint
          A constructor joinpoint
 class ReflectFieldGetJoinPoint
          A field get joinpoint
 class ReflectFieldSetJoinPoint
          A field set joinpoint
 class ReflectMethodJoinPoint
          A method joinpoint
 class ReflectTargettedJoinPoint
          A targetted joinpoint
 

Uses of Joinpoint in org.jboss.joinpoint.spi
 

Subinterfaces of Joinpoint in org.jboss.joinpoint.spi
 interface ConstructorJoinpoint
          A constructor join point.
 interface FieldGetJoinpoint
          A field get join point
 interface FieldSetJoinpoint
          A field set join point
 interface MethodJoinpoint
          A method join point
 interface TargettedJoinpoint
          A join point with a target
 



Copyright © 2004 JBoss Inc. All Rights Reserved.