Class GemfireBeanFactoryLocator

java.lang.Object
org.springframework.data.gemfire.support.GemfireBeanFactoryLocator
All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean

public class GemfireBeanFactoryLocator extends Object implements BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean
The GemfireBeanFactoryLocator class stores a reference to the Spring ApplicationContext / BeanFactory needed to auto-wire user application Apache Geode objects implementing the Declarable interface and defined in Apache Geode's native configuration format (e.g. cache.xml. In most cases, a developer does not need to use this class directly as it is registered by the CacheFactoryBean or LocatorFactoryBean when the useBeanFactoryLocator property is set, and used internally by both the WiringDeclarableSupport and LazyWiringDeclarableSupport SDG classes.
Author:
Costin Leau, John Blum
See Also: