public class ClientRegionPoolBeanFactoryPostProcessor extends Object implements BeanFactoryPostProcessor
ClientRegionPoolBeanFactoryPostProcessor is a Spring BeanFactoryPostProcessor implementation
ensuring a proper dependency is declared between a GemFire client Region
and the GemFire client Pool it references and uses, providing
the GemFire client Pool has been defined and configured with
Spring (Data GemFire) configuration meta-data (e.g. XML).BeanFactoryPostProcessor| Modifier and Type | Field and Description |
|---|---|
protected static String |
POOL_NAME_PROPERTY |
| Constructor and Description |
|---|
ClientRegionPoolBeanFactoryPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) |
protected static final String POOL_NAME_PROPERTY
public ClientRegionPoolBeanFactoryPostProcessor()
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException
postProcessBeanFactory in interface BeanFactoryPostProcessorBeansExceptionCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.