类 JmxEndpointExporter
java.lang.Object
org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
- 所有已实现的接口:
Aware
,BeanClassLoaderAware
,DisposableBean
,InitializingBean
public class JmxEndpointExporter
extends Object
implements InitializingBean, DisposableBean, BeanClassLoaderAware
Exports
JMX endpoints
to a MBeanServer
.- 从以下版本开始:
- 2.0.0
- 作者:
- Stephane Nicoll, Phillip Webb
-
构造器概要
构造器构造器说明JmxEndpointExporter
(MBeanServer mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, Collection<? extends ExposableJmxEndpoint> endpoints) -
方法概要
-
构造器详细资料
-
JmxEndpointExporter
public JmxEndpointExporter(MBeanServer mBeanServer, EndpointObjectNameFactory objectNameFactory, JmxOperationResponseMapper responseMapper, Collection<? extends ExposableJmxEndpoint> endpoints)
-
-
方法详细资料
-
setBeanClassLoader
- 指定者:
setBeanClassLoader
在接口中BeanClassLoaderAware
-
afterPropertiesSet
public void afterPropertiesSet()- 指定者:
afterPropertiesSet
在接口中InitializingBean
-
destroy
- 指定者:
destroy
在接口中DisposableBean
- 抛出:
Exception
-