クラス JmxEndpointExporter
java.lang.ObjectSE
org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
- 実装されているすべてのインターフェース:
Aware, BeanClassLoaderAware, DisposableBean, InitializingBean
public class JmxEndpointExporter
extends ObjectSE
implements InitializingBean, DisposableBean, BeanClassLoaderAware
JMX endpoints を MBeanServerSE にエクスポートします。- 導入:
- 2.0.0
- 作成者:
- Stephane Nicoll, Phillip Webb
コンストラクターの概要
コンストラクターコンストラクター説明JmxEndpointExporter(MBeanServerSE mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, CollectionSE<? extends ExposableJmxEndpoint> endpoints) メソッドのサマリー
コンストラクターの詳細
JmxEndpointExporter
public JmxEndpointExporter(MBeanServerSE mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, CollectionSE<? extends ExposableJmxEndpoint> endpoints)
メソッドの詳細
setBeanClassLoader
- 次で指定:
- インターフェース
BeanClassLoaderAwareのsetBeanClassLoader
afterPropertiesSet
public void afterPropertiesSet()- 次で指定:
- インターフェース
InitializingBeanのafterPropertiesSet
destroy
- 次で指定:
- インターフェース
DisposableBeanのdestroy - 例外:
ExceptionSE