Uses of Class
org.springframework.aop.framework.AdvisedSupport

Packages that use AdvisedSupport
org.springframework.aop.framework 

Uses of AdvisedSupport in org.springframework.aop.framework
 

Subclasses of AdvisedSupport in org.springframework.aop.framework
class ProxyFactory
          Factory for AOP proxies for programmatic use, rather than via a bean factory.
class ProxyFactoryBean
          FactoryBean implementation for use to source AOP proxies from a Spring BeanFactory.
 

Methods in org.springframework.aop.framework with parameters of type AdvisedSupport
voidAdvisedSupportListener.activated(AdvisedSupport advisedSupport)
          Invoked when first proxy is created
voidAdvisedSupportListener.adviceChanged(AdvisedSupport advisedSupport)
          Invoked when advice is changed after a proxy is created
static Class[]AopProxyUtils.completeProxiedInterfaces(AdvisedSupport advised)
          Get complete set of interfaces to proxy.
static booleanAopProxyUtils.equalsInProxy(AdvisedSupport a, AdvisedSupport b)
          Note the same as equality of the AdvisedSupport objects.
voidHashMapCachingAdvisorChainFactory.activated(AdvisedSupport advisedSupport)
          
voidHashMapCachingAdvisorChainFactory.adviceChanged(AdvisedSupport advisedSupport)
          
MethodInvocationMethodInvocationFactory.getMethodInvocation(Object proxy, Method method, Class targetClass, Object target, Object[] args, List interceptorsAndDynamicInterceptionAdvice, AdvisedSupport advised)
          
voidProxyFactoryBean.activated(AdvisedSupport advisedSupport)
          
voidProxyFactoryBean.adviceChanged(AdvisedSupport advisedSupport)
          Blow away and recache singleton to allow for advice changes.