クラス SpringApplicationAdminMXBeanRegistrar
java.lang.ObjectSE
org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- 実装されているすべてのインターフェース:
EventListenerSE、Aware、DisposableBean、InitializingBean、ApplicationContextAware、ApplicationListener<ApplicationEvent>、EnvironmentAware、GenericApplicationListener、SmartApplicationListener、Ordered
public class SpringApplicationAdminMXBeanRegistrar
extends ObjectSE
implements ApplicationContextAware, GenericApplicationListener, EnvironmentAware, InitializingBean, DisposableBean
SpringApplicationAdminMXBean 実装をプラットフォーム MBeanServerSE に登録します。- 導入:
- 1.3.0
- 作成者:
- Stephane Nicoll, Andy Wilkinson
フィールドのサマリー
インターフェース org.springframework.core.Ordered から継承されたフィールド
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明voidvoiddestroy()intgetOrder()voidvoidsetApplicationContext(ApplicationContext applicationContext) voidsetEnvironment(Environment environment) booleansupportsEventType(ResolvableType eventType) booleansupportsSourceType(ClassSE<?> sourceType) クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.context.ApplicationListener から継承されたメソッド
supportsAsyncExecutionインターフェース org.springframework.context.event.GenericApplicationListener から継承されたメソッド
supportsEventTypeインターフェース org.springframework.context.event.SmartApplicationListener から継承されたメソッド
getListenerId
コンストラクターの詳細
SpringApplicationAdminMXBeanRegistrar
メソッドの詳細
setApplicationContext
- 次で指定:
- インターフェース
ApplicationContextAwareのsetApplicationContext - 例外:
BeansException
setEnvironment
- 次で指定:
- インターフェース
EnvironmentAwareのsetEnvironment
supportsEventType
- 次で指定:
- インターフェース
GenericApplicationListenerのsupportsEventType
supportsSourceType
- 次で指定:
- インターフェース
SmartApplicationListenerのsupportsSourceType
onApplicationEvent
- 次で指定:
- インターフェース
ApplicationListener<ApplicationEvent>のonApplicationEvent
getOrder
public int getOrder()- 次で指定:
- インターフェース
OrderedのgetOrder - 次で指定:
- インターフェース
SmartApplicationListenerのgetOrder
afterPropertiesSet
- 次で指定:
- インターフェース
InitializingBeanのafterPropertiesSet - 例外:
ExceptionSE
destroy
- 次で指定:
- インターフェース
DisposableBeanのdestroy - 例外:
ExceptionSE