クラス 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
を MBeanServer
SE にエクスポートします。- 導入:
- 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