类 EndpointMBean
java.lang.Object
org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- 所有已实现的接口:
DynamicMBean
Adapter to expose a
JMX endpoint
as a
DynamicMBean
.- 从以下版本开始:
- 2.0.0
- 作者:
- Stephane Nicoll, Andy Wilkinson, Phillip Webb
-
方法概要
修饰符和类型方法说明getAttribute
(String attribute) getAttributes
(String[] attributes) void
setAttribute
(Attribute attribute) setAttributes
(AttributeList attributes)
-
方法详细资料
-
getMBeanInfo
- 指定者:
getMBeanInfo
在接口中DynamicMBean
-
invoke
public Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException - 指定者:
invoke
在接口中DynamicMBean
- 抛出:
MBeanException
ReflectionException
-
getAttribute
public Object getAttribute(String attribute) throws AttributeNotFoundException, MBeanException, ReflectionException -
setAttribute
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException -
getAttributes
- 指定者:
getAttributes
在接口中DynamicMBean
-
setAttributes
- 指定者:
setAttributes
在接口中DynamicMBean
-