org.apache.hivemind.lib
Interface SpringBeanFactoryHolder
- All Superinterfaces: 
- SpringBeanFactorySource
- All Known Implementing Classes: 
- SpringBeanFactoryHolderImpl
- public interface SpringBeanFactoryHolder 
- extends SpringBeanFactorySource
Service which simply holds a bean factory (provided externally).  This
 is used in the case where HiveMind and Spring are initialized in
 parallel, and then informed of each other.
- Author:
- Howard Lewis Ship
| Method Summary | 
|  void | setBeanFactory(org.springframework.beans.factory.BeanFactory factory)
 | 
 
 
setBeanFactory
void setBeanFactory(org.springframework.beans.factory.BeanFactory factory)
- 
 
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.