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

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

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

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

Uses of TargettedJoinpoint in org.jboss.joinpoint.spi
 

Subinterfaces of TargettedJoinpoint in org.jboss.joinpoint.spi
 interface FieldGetJoinpoint
          A field get join point
 interface FieldSetJoinpoint
          A field set join point
 interface MethodJoinpoint
          A method join point
 



Copyright © 2004 JBoss Inc. All Rights Reserved.