Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » framework » [javadoc | source]
org.springframework.aop.framework
public final class: HashMapCachingAdvisorChainFactory [javadoc | source]
java.lang.Object
   org.springframework.aop.framework.HashMapCachingAdvisorChainFactory

All Implemented Interfaces:
    AdvisorChainFactory

AdvisorChainFactory implementation that caches by method.

Uses IdentityHashMap on JDK >= 1.4 or Commons Collections 3.x' IdentityMap (if available), which skip expensive Method.hashCode() calls. Falls back to standard HashMap on plain JDK 1.3.

Method from org.springframework.aop.framework.HashMapCachingAdvisorChainFactory Summary:
activated,   adviceChanged,   getInterceptorsAndDynamicInterceptionAdvice
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.framework.HashMapCachingAdvisorChainFactory Detail:
 public  void activated(AdvisedSupport advisedSupport) 
 public  void adviceChanged(AdvisedSupport advisedSupport) 
 public List getInterceptorsAndDynamicInterceptionAdvice(Advised config,
    Object proxy,
    Method method,
    Class targetClass)