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

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

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
 



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