Uses of Class
org.jboss.joinpoint.spi.JoinpointException

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

Uses of JoinpointException in org.jboss.joinpoint.plugins
 

Methods in org.jboss.joinpoint.plugins that throw JoinpointException
static ConstructorInfo Config.findConstructorInfo(ClassInfo classInfo, String[] paramTypes)
          Find constructor info
static FieldInfo Config.findFieldInfo(ClassInfo classInfo, String name)
          Find field info
static MethodInfo Config.findMethodInfo(ClassInfo classInfo, String name, String[] paramTypes)
          Find method info
static MethodInfo Config.findMethodInfo(ClassInfo classInfo, String name, String[] paramTypes, boolean strict)
          Find method info
static MethodInfo Config.findMethodInfo(ClassInfo classInfo, String name, String[] paramTypes, boolean isStatic, boolean isPublic)
          Find method info
static MethodInfo Config.findMethodInfo(ClassInfo classInfo, String name, String[] paramTypes, boolean isStatic, boolean isPublic, boolean strict)
          Find method info
 ConstructorJoinpoint BasicJoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo)
           
 ConstructorJoinpoint BasicJoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo, Object metaData)
           
 FieldGetJoinpoint BasicJoinpointFactory.getFieldGetJoinpoint(FieldInfo fieldInfo)
           
 FieldSetJoinpoint BasicJoinpointFactory.getFieldSetJoinpoint(FieldInfo fieldInfo)
           
 MethodJoinpoint BasicJoinpointFactory.getMethodJoinpoint(MethodInfo methodInfo)
           
 

Uses of JoinpointException in org.jboss.joinpoint.spi
 

Methods in org.jboss.joinpoint.spi that throw JoinpointException
 ConstructorJoinpoint JoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo)
          Get a constructor join point
 ConstructorJoinpoint JoinpointFactory.getConstructorJoinpoint(ConstructorInfo constructorInfo, Object metaData)
          Get a constructor join point
 FieldGetJoinpoint JoinpointFactory.getFieldGetJoinpoint(FieldInfo fieldInfo)
          Get a field get join point
 FieldSetJoinpoint JoinpointFactory.getFieldSetJoinpoint(FieldInfo fieldInfo)
          Get a field set join point
 MethodJoinpoint JoinpointFactory.getMethodJoinpoint(MethodInfo methodInfo)
          Get a method join point
 



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