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

Packages that use AdvisedSupport
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
 

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
 void ProxyFactoryBean.activated(AdvisedSupport advisedSupport)
           
 void ProxyFactoryBean.adviceChanged(AdvisedSupport advisedSupport)
          Blow away and recache singleton to allow for advice changes.
 org.aopalliance.intercept.MethodInvocation MethodInvocationFactory.getMethodInvocation(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Class targetClass, java.lang.Object target, java.lang.Object[] args, java.util.List interceptorsAndDynamicInterceptionAdvice, AdvisedSupport advised)
           
 void HashMapCachingAdvisorChainFactory.activated(AdvisedSupport advisedSupport)
           
 void HashMapCachingAdvisorChainFactory.adviceChanged(AdvisedSupport advisedSupport)
           
 AopProxy DefaultAopProxyFactory.createAopProxy(AdvisedSupport advisedSupport)
           
static java.lang.Class[] AopProxyUtils.completeProxiedInterfaces(AdvisedSupport advised)
          Get complete set of interfaces to proxy.
static boolean AopProxyUtils.equalsInProxy(AdvisedSupport a, AdvisedSupport b)
          Note the same as equality of the AdvisedSupport objects.
 AopProxy AopProxyFactory.createAopProxy(AdvisedSupport advisedSupport)
          Return an AopProxy for the given AdvisedSupport object
 void AdvisedSupportListener.activated(AdvisedSupport advisedSupport)
          Invoked when first proxy is created
 void AdvisedSupportListener.adviceChanged(AdvisedSupport advisedSupport)
          Invoked when advice is changed after a proxy is created
protected  void AdvisedSupport.copyConfigurationFrom(AdvisedSupport other)
          Call this method on a new instance created by the no-arg consructor to create an independent copy of the configuration from the other.
 



Copyright (C) 2003-2004 The Spring Framework Project.