org.jboss.aop
Class MethodInfo

java.lang.Object
  extended by org.jboss.aop.JoinPoint
      extended by org.jboss.aop.MethodJoinPoint
          extended by org.jboss.aop.MethodInfo

public class MethodInfo
extends MethodJoinPoint

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


Field Summary
 
Fields inherited from class org.jboss.aop.MethodJoinPoint
advisedMethod, advisor, hash, unadvisedMethod
 
Fields inherited from class org.jboss.aop.JoinPoint
interceptorChain, interceptors
 
Constructor Summary
MethodInfo()
           
 
Method Summary
 
Methods inherited from class org.jboss.aop.MethodJoinPoint
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo()


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