org.springframework.config.java
Class AspectJConfigurationProcessorTests.CountingConfiguration

java.lang.Object
  extended by org.springframework.config.java.AspectJConfigurationProcessorTests.CountingConfiguration
Direct Known Subclasses:
AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice, AspectJConfigurationProcessorTests.AfterAdvice, AspectJConfigurationProcessorTests.InnerClassAdvice, AspectJConfigurationProcessorTests.PerInstanceCountingAdvice, SpringAopConfigurationProcessorTests.SpringAroundPerInstanceAdvice
Enclosing class:
AspectJConfigurationProcessorTests

public abstract static class AspectJConfigurationProcessorTests.CountingConfiguration
extends Object


Field Summary
static Map<Object,Integer> counts
          Map from target to invocation count
 
Constructor Summary
AspectJConfigurationProcessorTests.CountingConfiguration()
           
 
Method Summary
 TestBean advised()
           
 DependsOnTestBean dotb()
           
static int getCount(Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counts

public static Map<Object,Integer> counts
Map from target to invocation count

Constructor Detail

AspectJConfigurationProcessorTests.CountingConfiguration

public AspectJConfigurationProcessorTests.CountingConfiguration()
Method Detail

getCount

public static int getCount(Object target)

advised

public TestBean advised()

dotb

public DependsOnTestBean dotb()


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.