protected static class EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor extends Object implements BeanPostProcessor
BeanPostProcessor used to process GemFire System properties defined as a Spring bean
in the Spring application context before initialization.BeanPostProcessor| Modifier and Type | Field and Description |
|---|---|
protected static String |
GEMFIRE_PROPERTIES_BEAN_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
GemFirePropertiesBeanPostProcessor(Properties gemfireProperties)
Construct an instance of the
EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor initialized with
the given GemFire Properties. |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
protected static final String GEMFIRE_PROPERTIES_BEAN_NAME
protected GemFirePropertiesBeanPostProcessor(Properties gemfireProperties)
EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor initialized with
the given GemFire Properties.gemfireProperties - Properties used to configure GemFire.IllegalArgumentException - if the Properties are null or empty.Propertiespublic Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization in interface BeanPostProcessorBeansExceptionCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.