Uses of Class
org.jboss.aop.MethodInfo

Packages that use MethodInfo
org.jboss.aop   
org.jboss.aop.instrument   
org.jboss.aop.joinpoint   
org.jboss.aop.proxy   
org.jboss.aop.proxy.container   
 

Uses of MethodInfo in org.jboss.aop
 

Methods in org.jboss.aop that return MethodInfo
protected  MethodInfo ClassContainer.createMethodInfo()
           
 MethodInfo Advisor.getMethodInfo(long hash)
           
 

Methods in org.jboss.aop with parameters of type MethodInfo
protected  void GeneratedClassAdvisor.addMethodInfo(MethodInfo mi)
           
protected  MethodJoinPointGenerator GeneratedClassAdvisor.getJoinPointGenerator(MethodInfo info)
           
 Object ClassAdvisor.invokeMethod(InstanceAdvisor instanceAdvisor, Object target, long methodHash, Object[] arguments, MethodInfo info)
           
 

Uses of MethodInfo in org.jboss.aop.instrument
 

Constructors in org.jboss.aop.instrument with parameters of type MethodInfo
MethodJoinPointGenerator(GeneratedClassAdvisor advisor, MethodInfo info)
           
 

Uses of MethodInfo in org.jboss.aop.joinpoint
 

Constructors in org.jboss.aop.joinpoint with parameters of type MethodInfo
MethodInvocation(MethodInfo info, Interceptor[] interceptors)
           
 

Uses of MethodInfo in org.jboss.aop.proxy
 

Constructors in org.jboss.aop.proxy with parameters of type MethodInfo
ProxyMethodInvocation(MethodMapped mapped, MethodInfo info, Interceptor[] interceptors)
           
 

Uses of MethodInfo in org.jboss.aop.proxy.container
 

Methods in org.jboss.aop.proxy.container that return MethodInfo
 MethodInfo InstanceProxyContainer.getMethodInfo(long hash)
          If the target instance is advised, make sure that we set the unadvised method to the one stored by the class advisor so that we don't get double invocations.
 

Constructors in org.jboss.aop.proxy.container with parameters of type MethodInfo
ContainerProxyMethodInvocation(MethodInfo info, Interceptor[] interceptors, AspectManaged proxy)
           
 



Copyright © 2004 JBoss Inc. All Rights Reserved.