org.springframework.data.gemfire.client
Class GemfireDataSourcePostProcessor

java.lang.Object
  extended by org.springframework.data.gemfire.client.GemfireDataSourcePostProcessor
All Implemented Interfaces:
BeanFactoryPostProcessor

public class GemfireDataSourcePostProcessor
extends Object
implements BeanFactoryPostProcessor


Constructor Summary
GemfireDataSourcePostProcessor(com.gemstone.gemfire.cache.client.ClientCache cache)
           
 
Method Summary
 void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GemfireDataSourcePostProcessor

public GemfireDataSourcePostProcessor(com.gemstone.gemfire.cache.client.ClientCache cache)
Method Detail

postProcessBeanFactory

public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
                            throws BeansException
Specified by:
postProcessBeanFactory in interface BeanFactoryPostProcessor
Throws:
BeansException