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 GemFire objects implementing the Declarable interface and defined in GemFire'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 when the useBeanFactoryLocator property is set, and used internally by bothe the WiringDeclarableSupport and LazyWiringDeclarableSupport SDG classes.
Author:
Costin Leau, John Blum
See Also: