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 GeneratedClassAdvisor.copyInfoFromClassAdvisor(MethodInfo info)
          To be called by initialiseInfosForInstance() in the generated instance advisors
 MethodInfo Advisor.getMethodInfo(long hash)
          Returns the MethodInfo that represents the execution of the method identified by hash.
 MethodInfo MethodInterceptors.getMethodInfo(long hash)
           
 

Methods in org.jboss.aop with parameters of type MethodInfo
protected  void GeneratedClassAdvisor.addMethodInfo(MethodInfo mi)
          Called by initialiseMethods() in generated advisor sub classes
protected  MethodInfo GeneratedClassAdvisor.copyInfoFromClassAdvisor(MethodInfo info)
          To be called by initialiseInfosForInstance() in the generated instance advisors
protected  void GeneratedClassAdvisor.generateJoinPointClass(MethodInfo info)
           
protected  MethodJoinPointGenerator GeneratedClassAdvisor.getJoinPointGenerator(MethodInfo info)
           
 Object ClassAdvisor.invokeMethod(InstanceAdvisor instanceAdvisor, Object target, long methodHash, Object[] arguments, MethodInfo info)
           
 void MethodInterceptors.put(long hash, MethodInfo info)
           
 

Uses of MethodInfo in org.jboss.aop.instrument
 

Fields in org.jboss.aop.instrument with type parameters of type MethodInfo
 Collection<MethodInfo> JoinpointStatusUpdate.ClassJoinpoints.methodExecutions
          The method execution joinpoints.
 

Method parameters in org.jboss.aop.instrument with type arguments of type MethodInfo
 void MethodExecutionTransformer.unwrap(javassist.CtClass clazz, Collection<MethodInfo> methodInfos)
          Unwraps the method executions contained in methodInfos.
 void MethodExecutionTransformer.wrap(javassist.CtClass clazz, Collection<MethodInfo> methodInfos)
          Wraps the method executions contained in methodInfos.
 

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 MarshalledProxyAdvisor.getMethodInfo(long hash)
           
 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.
 MethodInfo[] MarshalledProxyAdvisor.getMethodInfos()
           
 MethodInfo[] ClassProxyContainer.getMethodInfos()
           
 

Methods in org.jboss.aop.proxy.container with parameters of type MethodInfo
 void MarshalledProxyAdvisor.addMethodInfo(MethodInfo info)
           
 

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



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.