Uses of Package
org.jboss.aop.advice

Packages that use org.jboss.aop.advice
org.jboss.aop   
org.jboss.aop.advice   
org.jboss.aop.instrument   
org.jboss.aop.joinpoint   
org.jboss.aop.pointcut   
org.jboss.aop.proxy   
org.jboss.aop.proxy.container   
org.jboss.aop.standalone   
 

Classes in org.jboss.aop.advice used by org.jboss.aop
AdviceBinding
          Comment
AdviceStack
           
AspectDefinition
          Contains definition of aspect or interceptor Scope defaults to PER_VM if it is null.
DynamicCFlowDefinition
          Comment
Interceptor
           
InterceptorFactory
          This SHOULD NOT be inherited by application code!!!! This interface is used solely by JBoss AOP internally
InterceptorFactoryWrapper
          Intermediate class wrapping an interceptor factory, so that generated advisors have all the information they need about the contained advices for generating the invokation methods, and we don't need to generate the interceptor chains until absolutely needed.
PrecedenceDef
           
PrecedenceDefEntry
           
Scope
          Defines the lifecycle of an aspect or interceptor instance
 

Classes in org.jboss.aop.advice used by org.jboss.aop.advice
AbstractAdvice
          Comment
AdviceFactory
          Comment
AdviceMethodFactory
          Utility class to figure out which advice method to use for a given joinpoint
AdviceMethodProperties
          Contains the properties of an advice method that we want to find.
AspectDefinition
          Contains definition of aspect or interceptor Scope defaults to PER_VM if it is null.
AspectFactory
          Comment
AspectFactoryWithClassLoader
          Interface for use by AspectXXXLoader to override the classloader to be used for instantiating the aspect class
AspectFactoryWithClassLoaderSupport
          Helper class to be able to set the classloader needed for loading up the aspects in the aspectfactories
GeneratedOnly
           
Interceptor
           
InterceptorFactory
          This SHOULD NOT be inherited by application code!!!! This interface is used solely by JBoss AOP internally
InterceptorFactoryWrapper
          Intermediate class wrapping an interceptor factory, so that generated advisors have all the information they need about the contained advices for generating the invokation methods, and we don't need to generate the interceptor chains until absolutely needed.
PrecedenceDef
           
PrecedenceDefEntry
           
Scope
          Defines the lifecycle of an aspect or interceptor instance
 

Classes in org.jboss.aop.advice used by org.jboss.aop.instrument
AdviceMethodProperties
          Contains the properties of an advice method that we want to find.
 

Classes in org.jboss.aop.advice used by org.jboss.aop.joinpoint
Interceptor
           
 

Classes in org.jboss.aop.advice used by org.jboss.aop.pointcut
AdviceBinding
          Comment
 

Classes in org.jboss.aop.advice used by org.jboss.aop.proxy
Interceptor
           
 

Classes in org.jboss.aop.advice used by org.jboss.aop.proxy.container
AspectDefinition
          Contains definition of aspect or interceptor Scope defaults to PER_VM if it is null.
Interceptor
           
 

Classes in org.jboss.aop.advice used by org.jboss.aop.standalone
Interceptor
           
 



Copyright © 2004 JBoss Inc. All Rights Reserved.