org.jboss.aop
Class MethodInfo

java.lang.Object
  extended byorg.jboss.aop.MethodInfo

public class MethodInfo
extends Object

This class is here to eliminate a hash lookup in invokeMethod


Field Summary
 Method advisedMethod
           
 Advisor advisor
           
 long hash
           
 ArrayList interceptorChain
           
 Interceptor[] interceptors
           
 Method unadvisedMethod
           
 
Constructor Summary
MethodInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

interceptorChain

public ArrayList interceptorChain

interceptors

public Interceptor[] interceptors

advisedMethod

public Method advisedMethod

unadvisedMethod

public Method unadvisedMethod

advisor

public Advisor advisor

hash

public long hash
Constructor Detail

MethodInfo

public MethodInfo()
Method Detail

toString

public String toString()


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