クラス EndpointMBean
java.lang.ObjectSE
org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
- 実装されているすべてのインターフェース:
DynamicMBeanSE
JMX endpoint を DynamicMBeanSE として公開するアダプター。- 導入:
- 2.0.0
- 作成者:
- Stephane Nicoll, Andy Wilkinson, Phillip Webb
メソッドのサマリー
修飾子と型メソッド説明getAttribute(StringSE attribute) getAttributes(StringSE[] attributes) voidsetAttribute(AttributeSE attribute) setAttributes(AttributeListSE attributes)
メソッドの詳細
getMBeanInfo
- 次で指定:
- インターフェース
DynamicMBeanSEのgetMBeanInfo
invoke
public ObjectSE invoke(StringSE actionName, ObjectSE[] params, StringSE[] signature) throws MBeanExceptionSE, ReflectionExceptionSE - 次で指定:
- インターフェース
DynamicMBeanSEのinvokeSE - 例外:
MBeanExceptionSEReflectionExceptionSE
getAttribute
public ObjectSE getAttribute(StringSE attribute) throws AttributeNotFoundExceptionSE, MBeanExceptionSE, ReflectionExceptionSE setAttribute
public void setAttribute(AttributeSE attribute) throws AttributeNotFoundExceptionSE, InvalidAttributeValueExceptionSE, MBeanExceptionSE, ReflectionExceptionSE getAttributes
- 次で指定:
- インターフェース
DynamicMBeanSEのgetAttributesSE
setAttributes
- 次で指定:
- インターフェース
DynamicMBeanSEのsetAttributesSE