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

Packages that use ConstructorJoinpoint
org.jboss.joinpoint.plugins Basic Join Points. 
org.jboss.joinpoint.spi Join Point API. 
 

Uses of ConstructorJoinpoint in org.jboss.joinpoint.plugins
 

Classes in org.jboss.joinpoint.plugins that implement ConstructorJoinpoint
 class BasicConstructorJoinPoint
          A constructor joinpoint
 

Methods in org.jboss.joinpoint.plugins that return ConstructorJoinpoint
 ConstructorJoinpoint BasicJoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo)
           
 ConstructorJoinpoint BasicJoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo, Object metaData)
           
static ConstructorJoinpoint Config.getConstructorJoinpoint(JoinpointFactory jpf)
          Get a constructor Joinpoint
static ConstructorJoinpoint Config.getConstructorJoinpoint(JoinpointFactory jpf, String[] paramTypes, Object[] params)
          Get a constructor Joinpoint
 

Uses of ConstructorJoinpoint in org.jboss.joinpoint.spi
 

Methods in org.jboss.joinpoint.spi that return ConstructorJoinpoint
 ConstructorJoinpoint JoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo)
          Get a constructor join point
 ConstructorJoinpoint JoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo, Object metaData)
          Get a constructor join point
 



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