Package org.springframework.beans.factory.access

Helper infrastructure to locate and access bean factories.

See:
          Description

Interface Summary
BeanFactoryLocator An interface for a class used to lookup/use, and optionally allow the release of a BeanFactory, or BeanFactory subclass such as ApplicationContext.
BeanFactoryReference Class used to track a reference to a BeanFactory obtained through a BeanFactoryLocator.
 

Class Summary
BeanFactoryBootstrap One singleton to rule them all.
DefaultBeanFactoryReference Default implementation of BeanFactoryReference, wrapping a newly created BeanFactory, destroying its singletons on release.
JndiBeanFactoryLocator BeanFactoryLocator implementation that creates the BeanFactory from one or more classpath locations specified in one JNDI environment variable.
SingletonBeanFactoryLocator Keyed-singleton implementation of BeanFactoryLocator, which leverages existing Spring constructs.
 

Exception Summary
BootstrapException Exception thrown if a bean factory could not be loaded by a bootstrap class.
 

Package org.springframework.beans.factory.access Description

Helper infrastructure to locate and access bean factories.



Copyright (C) 2003-2004 The Spring Framework Project.