public class SpringYarnAnnotationPostProcessor
extends java.lang.Object
implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>OnContainerStart などのメソッドレベルのアノテーションを処理する BeanPostProcessor 実装。| コンストラクターと説明 |
|---|
SpringYarnAnnotationPostProcessor() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
boolean | isRunning() |
void | onApplicationEvent(org.springframework.context.ApplicationEvent event) |
java.lang.Object | postProcessAfterInitialization(java.lang.Object bean, java.lang.String beanName) |
java.lang.Object | postProcessBeforeInitialization(java.lang.Object bean, java.lang.String beanName) |
void | setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void | start() |
void | stop() |
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
org.springframework.beans.factory.BeanFactoryAware 内の setBeanFactory public void afterPropertiesSet()
org.springframework.beans.factory.InitializingBean 内の afterPropertiesSet public java.lang.Object postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanName)
throws org.springframework.beans.BeansExceptionorg.springframework.beans.factory.config.BeanPostProcessor 内の postProcessBeforeInitialization org.springframework.beans.BeansExceptionpublic java.lang.Object postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanName)
throws org.springframework.beans.BeansExceptionorg.springframework.beans.factory.config.BeanPostProcessor 内の postProcessAfterInitialization org.springframework.beans.BeansExceptionpublic void onApplicationEvent(org.springframework.context.ApplicationEvent event)
org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent> 内の onApplicationEvent public boolean isRunning()
org.springframework.context.Lifecycle 内の isRunning public void start()
org.springframework.context.Lifecycle 内の start public void stop()
org.springframework.context.Lifecycle 内の stop