Uses of Class
org.jboss.aop.joinpoint.MethodInvocation

Packages that use MethodInvocation
org.jboss.aop.joinpoint   
org.jboss.aop.proxy   
org.jboss.aop.proxy.container   
 

Uses of MethodInvocation in org.jboss.aop.joinpoint
 

Subclasses of MethodInvocation in org.jboss.aop.joinpoint
 class MethodInvocationWrapper
          This wrapper class allows you to insert a chain of interceptors into the middle of a call stack.
 

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

Uses of MethodInvocation in org.jboss.aop.proxy
 

Subclasses of MethodInvocation in org.jboss.aop.proxy
 class ProxyMethodInvocation
          Comment
 

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

Subclasses of MethodInvocation in org.jboss.aop.proxy.container
 class ContainerProxyMethodInvocation
          MethodInvocation allowing storage of the generated proxy
 



Copyright © 2004 JBoss Inc. All Rights Reserved.