| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanFactoryReference | |
|---|---|
| org.springframework.beans.factory.access | Helper infrastructure to locate and access bean factories. | 
| org.springframework.context.access | Helper infrastructure to locate and access shared application contexts. | 
| org.springframework.ejb.interceptor | Support classes for EJB 3 Session Beans and Message-Driven Beans,
performing injection of Spring beans through an EJB 3 interceptor
that processes Spring's @Autowiredannotation. | 
| Uses of BeanFactoryReference in org.springframework.beans.factory.access | 
|---|
| Methods in org.springframework.beans.factory.access that return BeanFactoryReference | |
|---|---|
|  BeanFactoryReference | BeanFactoryLocator.useBeanFactory(String factoryKey)Use the BeanFactory(or derived
 interface such asApplicationContext)
 specified by thefactoryKeyparameter. | 
|  BeanFactoryReference | SingletonBeanFactoryLocator.useBeanFactory(String factoryKey) | 
| Uses of BeanFactoryReference in org.springframework.context.access | 
|---|
| Classes in org.springframework.context.access that implement BeanFactoryReference | |
|---|---|
|  class | ContextBeanFactoryReferenceApplicationContext-specific implementation of BeanFactoryReference, wrapping a newly created ApplicationContext, closing it on release. | 
| Methods in org.springframework.context.access that return BeanFactoryReference | |
|---|---|
| protected  BeanFactoryReference | ContextJndiBeanFactoryLocator.createBeanFactory(String[] resources)Create the BeanFactory instance, given an array of class path resource Strings which should be combined. | 
|  BeanFactoryReference | ContextJndiBeanFactoryLocator.useBeanFactory(String factoryKey)Load/use a bean factory, as specified by a factory key which is a JNDI address, of the form java:comp/env/ejb/BeanFactoryPath. | 
| Uses of BeanFactoryReference in org.springframework.ejb.interceptor | 
|---|
| Methods in org.springframework.ejb.interceptor that return BeanFactoryReference | |
|---|---|
| protected  BeanFactoryReference | SpringBeanAutowiringInterceptor.getBeanFactoryReference(Object target)Determine the BeanFactoryReference for the given target bean. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||