クラス 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