org.openspaces.events.polling.config
Class PollingAnnotationPostProcessor
java.lang.Object
org.openspaces.events.polling.config.PollingAnnotationPostProcessor
- All Implemented Interfaces:
- BeanPostProcessor, ApplicationContextAware
public class PollingAnnotationPostProcessor
- extends Object
- implements BeanPostProcessor, ApplicationContextAware
A Polling
annotation post processor. Creates an internal
instance of SimplePollingEventListenerContainer
that wraps the given
bean (if annotated) listener.
- Author:
- kimchy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollingAnnotationPostProcessor
public PollingAnnotationPostProcessor()
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
- Specified by:
setApplicationContext
in interface ApplicationContextAware
- Throws:
BeansException
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean,
String beanName)
throws BeansException
- Specified by:
postProcessBeforeInitialization
in interface BeanPostProcessor
- Throws:
BeansException
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean,
String beanName)
throws BeansException
- Specified by:
postProcessAfterInitialization
in interface BeanPostProcessor
- Throws:
BeansException
Copyright © GigaSpaces.