Uses of Class
org.jboss.aop.MethodJoinPoint

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

Uses of MethodJoinPoint in org.jboss.aop
 

Subclasses of MethodJoinPoint in org.jboss.aop
 class MethodInfo
          This class is here to eliminate a hash lookup in invokeMethod Made to extend MethodJoinPoint since a wrong dependency was introduced when EJB3 embedded alpha 2 was released
 

Uses of MethodJoinPoint in org.jboss.aop.joinpoint
 

Constructors in org.jboss.aop.joinpoint with parameters of type MethodJoinPoint
MethodInvocation(MethodJoinPoint info, Interceptor[] interceptors)
          A wrong dependency on MethodJoinPoint was introduced when EJB3 embedded alpha 2 was released, so we need this constructor here
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.