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

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

Uses of InvocationBase in org.jboss.aop.joinpoint
 

Subclasses of InvocationBase in org.jboss.aop.joinpoint
 class CallerInvocation
           
 class ConstructionInvocation
          This is a helper wrapper class for an Invocation object.
 class ConstructionInvocationWrapper
          Comment
 class ConstructorCalledByConstructorInvocation
          This is a helper wrapper class for an Invocation object.
 class ConstructorCalledByConstructorInvocationWrapper
          Comment
 class ConstructorCalledByMethodInvocation
          This is a helper wrapper class for an Invocation object.
 class ConstructorCalledByMethodInvocationWrapper
          Comment
 class ConstructorInvocation
          This is a helper wrapper class for an Invocation object.
 class ConstructorInvocationWrapper
          Comment
 class FieldInvocation
          This is a helper wrapper class for an Invocation object.
 class FieldReadInvocation
          This is a helper wrapper class for an Invocation object.
 class FieldReadInvocationWrapper
          Comment
 class FieldWriteInvocation
          This is a helper wrapper class for an Invocation object.
 class FieldWriteInvocationWrapper
          Comment
 class MethodCalledByConstructorInvocation
          This is a helper wrapper class for an Invocation object.
 class MethodCalledByConstructorInvocationWrapper
          Comment
 class MethodCalledByMethodInvocation
          This is a helper wrapper class for an Invocation object.
 class MethodCalledByMethodInvocationWrapper
          Comment
 class MethodInvocation
           
 class MethodInvocationWrapper
          This wrapper class allows you to insert a chain of interceptors into the middle of a call stack.
 

Uses of InvocationBase in org.jboss.aop.proxy
 

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

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

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



Copyright © 2004 JBoss Inc. All Rights Reserved.