org.springframework.config.java
Class ConfigurationProcessorTests.HotSwapConfiguration

java.lang.Object
  extended by org.springframework.config.java.support.ConfigurationSupport
      extended by org.springframework.config.java.ConfigurationProcessorTests.HotSwapConfiguration
All Implemented Interfaces:
BeanFactoryAware, ApplicationContextAware
Enclosing class:
ConfigurationProcessorTests

public static class ConfigurationProcessorTests.HotSwapConfiguration
extends org.springframework.config.java.support.ConfigurationSupport


Constructor Summary
ConfigurationProcessorTests.HotSwapConfiguration()
           
 
Method Summary
 TestBean hotSwappable()
           
 ITestBean hotSwappableInterface()
           
 
Methods inherited from class org.springframework.config.java.support.ConfigurationSupport
getApplicationContext, getBean, getBean, getBean, getBeanFactory, getConfigured, getObject, setApplicationContext, setBeanFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationProcessorTests.HotSwapConfiguration

public ConfigurationProcessorTests.HotSwapConfiguration()
Method Detail

hotSwappable

public TestBean hotSwappable()

hotSwappableInterface

public ITestBean hotSwappableInterface()


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