protected static class EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor extends Object implements BeanPostProcessor
BeanPostProcessor used to process before initialization Pivotal GemFire or Apache Geode
Properties defined as a bean in the Spring application context.BeanPostProcessor| Modifier and Type | Field and Description |
|---|---|
protected static String |
GEMFIRE_PROPERTIES_BEAN_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
GemFirePropertiesBeanPostProcessor(Properties gemfireProperties)
Constructs a new instance of the
EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor initialized with
the given Pivotal GemFire/Apache Geode Properties. |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostProcessAfterInitializationprotected static final String GEMFIRE_PROPERTIES_BEAN_NAME
protected GemFirePropertiesBeanPostProcessor(Properties gemfireProperties)
EmbeddedServiceConfigurationSupport.GemFirePropertiesBeanPostProcessor initialized with
the given Pivotal GemFire/Apache Geode Properties.gemfireProperties - Properties used to configure Pivotal GemFire or Apache Geode.IllegalArgumentException - if Properties are null or empty.Propertiespublic Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.