public class ArchivePollingAnnotationPostProcessor extends Object implements BeanPostProcessor, ApplicationContextAware
Archive annotation post processor. Creates an internal
instance of ArchivePollingContainer that wraps the given
bean (if annotated) listener.| Constructor and Description |
|---|
ArchivePollingAnnotationPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
void |
setApplicationContext(ApplicationContext applicationContext) |
public ArchivePollingAnnotationPostProcessor()
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
postProcessBeforeInitialization in interface BeanPostProcessorBeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
postProcessAfterInitialization in interface BeanPostProcessorBeansExceptionCopyright © GigaSpaces.