org.apache.tapestry5.ioc.internal.services
Class MethodInfo

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.MethodInfo

public class MethodInfo
extends java.lang.Object

Used by AdvisedMethodInvocationBuilder to track the method being invoked, and the list of MethodAdvice associated with the method.


Constructor Summary
MethodInfo(java.lang.reflect.Method method)
           
 
Method Summary
 MethodAdvice getAdvice(int index)
           
 int getAdviceCount()
           
 java.lang.reflect.Method getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo(java.lang.reflect.Method method)
Method Detail

getAdviceCount

public int getAdviceCount()

getAdvice

public MethodAdvice getAdvice(int index)

getMethod

public java.lang.reflect.Method getMethod()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.