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   
org.jboss.aspects.asynchronous.aspects.jboss   
org.jboss.aspects.dbc   
org.jboss.aspects.patterns.readwritelock   
 

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
 

Uses of MethodInvocation in org.jboss.aspects.asynchronous.aspects.jboss
 

Fields in org.jboss.aspects.asynchronous.aspects.jboss declared as MethodInvocation
 MethodInvocation InvokeTaskInputParameters.invocation
           
 

Methods in org.jboss.aspects.asynchronous.aspects.jboss with parameters of type MethodInvocation
 Object AsynchronousAspect.execute(MethodInvocation invocation)
           
 Object TraceThreadAspect.trace(MethodInvocation methodInvocation)
           
 

Constructors in org.jboss.aspects.asynchronous.aspects.jboss with parameters of type MethodInvocation
InvokeTaskInputParameters(MethodInvocation invocation)
           
 

Uses of MethodInvocation in org.jboss.aspects.dbc
 

Methods in org.jboss.aspects.dbc with parameters of type MethodInvocation
 Object DesignByContractAspect.invoke(MethodInvocation invocation)
           
 

Uses of MethodInvocation in org.jboss.aspects.patterns.readwritelock
 

Methods in org.jboss.aspects.patterns.readwritelock with parameters of type MethodInvocation
 Object ReadWriteLockAspect.readLockMethod(MethodInvocation invocation)
           
 Object ReadWriteLockAspect.writeLockMethod(MethodInvocation invocation)
           
 



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