Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.jmx |
Actuator JMX endpoint auto-configuration.
|
org.springframework.boot.actuate.endpoint.jmx |
JMX support for actuator endpoints.
|
org.springframework.boot.actuate.endpoint.jmx.annotation |
Annotation support for actuator JMX endpoints.
|
Modifier and Type | Method and Description |
---|---|
ExposeExcludePropertyEndpointFilter<JmxOperation> |
JmxEndpointAutoConfiguration.jmxIncludeExcludePropertyEndpointFilter() |
Modifier and Type | Method and Description |
---|---|
JmxAnnotationEndpointDiscoverer |
JmxEndpointAutoConfiguration.jmxAnnotationEndpointDiscoverer(ParameterMapper parameterMapper,
Collection<OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<EndpointFilter<JmxOperation>> filters) |
Modifier and Type | Method and Description |
---|---|
Map<String,JmxOperation> |
EndpointMBeanInfo.getOperations() |
Modifier and Type | Method and Description |
---|---|
Collection<EndpointMBean> |
JmxEndpointMBeanFactory.createMBeans(Collection<EndpointInfo<JmxOperation>> endpoints)
Creates MBeans for the given
endpoints . |
Constructor and Description |
---|
EndpointMBeanInfo(String endpointId,
MBeanInfo mBeanInfo,
Map<String,JmxOperation> operations) |
Constructor and Description |
---|
JmxAnnotationEndpointDiscoverer(org.springframework.context.ApplicationContext applicationContext,
ParameterMapper parameterMapper,
Collection<? extends OperationMethodInvokerAdvisor> invokerAdvisors,
Collection<? extends EndpointFilter<JmxOperation>> filters)
Creates a new
JmxAnnotationEndpointDiscoverer that will discover
endpoints and jmx extensions using
the given ApplicationContext . |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.