| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | ProxyFactoryFactory for AOP proxies for programmatic use, rather than via a bean factory. |
class | ProxyFactoryBeanFactoryBean implementation for use to source AOP proxies from a Spring BeanFactory. |
| Methods in org.springframework.aop.framework with parameters of type AdvisedSupport | |
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 |
static 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. |
void | HashMapCachingAdvisorChainFactory.activated(AdvisedSupport advisedSupport) |
void | HashMapCachingAdvisorChainFactory.adviceChanged(AdvisedSupport advisedSupport) |
MethodInvocation | MethodInvocationFactory.getMethodInvocation(Object proxy, Method method, Class targetClass, Object target, Object[] args, List interceptorsAndDynamicInterceptionAdvice, AdvisedSupport advised) |
void | ProxyFactoryBean.activated(AdvisedSupport advisedSupport) |
void | ProxyFactoryBean.adviceChanged(AdvisedSupport advisedSupport)Blow away and recache singleton to allow for advice changes. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||