The Spring Framework

org.springframework.aop.framework
Class HashMapCachingAdvisorChainFactory

java.lang.Object
  extended by org.springframework.aop.framework.DefaultAdvisorChainFactory
      extended by org.springframework.aop.framework.HashMapCachingAdvisorChainFactory
All Implemented Interfaces:
AdvisorChainFactory

Deprecated. as of Spring 2.0.3, in favor of AdvisedSupport's built-in caching. This class will be removed in Spring 2.1.

public class HashMapCachingAdvisorChainFactory
extends DefaultAdvisorChainFactory

AdvisorChainFactory implementation that used to cache by method. As of Spring 2.0.3, this is a dummy subclass of DefaultAdvisorChainFactory.

Author:
Rod Johnson, Juergen Hoeller

Constructor Summary
HashMapCachingAdvisorChainFactory()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.springframework.aop.framework.DefaultAdvisorChainFactory
getInterceptorsAndDynamicInterceptionAdvice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashMapCachingAdvisorChainFactory

public HashMapCachingAdvisorChainFactory()
Deprecated. 

The Spring Framework

Copyright © 2002-2007 The Spring Framework.