org.springframework.config.java
Class AspectJConfigurationProcessorTests.AroundAdviceWithNamedPointcut

java.lang.Object
  extended by org.springframework.config.java.AspectJConfigurationProcessorTests.CountingConfiguration
      extended by org.springframework.config.java.AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice
          extended by org.springframework.config.java.AspectJConfigurationProcessorTests.AroundAdviceWithNamedPointcut
Enclosing class:
AspectJConfigurationProcessorTests

public static class AspectJConfigurationProcessorTests.AroundAdviceWithNamedPointcut
extends AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice


Field Summary
 
Fields inherited from class org.springframework.config.java.AspectJConfigurationProcessorTests.CountingConfiguration
counts
 
Constructor Summary
AspectJConfigurationProcessorTests.AroundAdviceWithNamedPointcut()
           
 
Method Summary
 void getName()
           
 Object newValue()
           
 
Methods inherited from class org.springframework.config.java.AspectJConfigurationProcessorTests.AbstractSingletonCountingAdvice
doesntMatter
 
Methods inherited from class org.springframework.config.java.AspectJConfigurationProcessorTests.CountingConfiguration
advised, dotb, getCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AspectJConfigurationProcessorTests.AroundAdviceWithNamedPointcut

public AspectJConfigurationProcessorTests.AroundAdviceWithNamedPointcut()
Method Detail

getName

public void getName()

newValue

public Object newValue()
                throws Throwable
Throws:
Throwable


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