Class GigaSpaceLateContextBeanFactoryPostProcessor

java.lang.Object
org.openspaces.core.context.GigaSpaceLateContextBeanFactoryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationContextAware

public class GigaSpaceLateContextBeanFactoryPostProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationContextAware
Author:
kimchy
  • Field Details

    • logger

      protected final org.apache.commons.logging.Log logger
  • Constructor Details

    • GigaSpaceLateContextBeanFactoryPostProcessor

      public GigaSpaceLateContextBeanFactoryPostProcessor()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
    • findGigaSpaceByName

      protected GigaSpace findGigaSpaceByName(String gsName) throws org.springframework.beans.factory.NoSuchBeanDefinitionException
      Throws:
      org.springframework.beans.factory.NoSuchBeanDefinitionException
    • postProcessBeanFactory

      public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
      Throws:
      org.springframework.beans.BeansException