protected static class GemfireBeanFactoryLocator.BeanFactoryReference extends Object
BeanFactory.BeanFactory| Modifier and Type | Field and Description |
|---|---|
protected static String |
UNINITIALIZED_BEAN_FACTORY_REFERENCE_MESSAGE |
| Modifier | Constructor and Description |
|---|---|
protected |
BeanFactoryReference(BeanFactory beanFactory)
Constructs an instance of
GemfireBeanFactoryLocator.BeanFactoryReference initialized with the given BeanFactory. |
| Modifier and Type | Method and Description |
|---|---|
BeanFactory |
get()
Returns the reference to the Spring
BeanFactory. |
protected static GemfireBeanFactoryLocator.BeanFactoryReference |
newBeanFactoryReference(BeanFactory beanFactory)
Factory method to construct an instance of
GemfireBeanFactoryLocator.BeanFactoryReference initialized
with the given BeanFactory. |
void |
release()
Releases the stored reference to the Spring
BeanFactory. |
protected static final String UNINITIALIZED_BEAN_FACTORY_REFERENCE_MESSAGE
protected BeanFactoryReference(BeanFactory beanFactory)
GemfireBeanFactoryLocator.BeanFactoryReference initialized with the given BeanFactory.beanFactory - BeanFactory reference to store; may be null.BeanFactoryprotected static GemfireBeanFactoryLocator.BeanFactoryReference newBeanFactoryReference(BeanFactory beanFactory)
GemfireBeanFactoryLocator.BeanFactoryReference initialized
with the given BeanFactory.beanFactory - BeanFactory reference to store.GemfireBeanFactoryLocator.BeanFactoryReference initialized with the given BeanFactory.BeanFactory,
GemfireBeanFactoryLocator.BeanFactoryReference(BeanFactory)public BeanFactory get()
BeanFactory.BeanFactory.BeanFactorypublic void release()
BeanFactory.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.