public class EndpointMBean extends ObjectSE implements DynamicMBeanSE
JMX endpoint
を DynamicMBean
SE として公開するアダプター。修飾子と型 | メソッドと説明 |
---|---|
ObjectSE | getAttribute(StringSE attribute) |
AttributeListSE | getAttributes(StringSE[] attributes) |
MBeanInfoSE | getMBeanInfo() |
ObjectSE | invoke(StringSE actionName, ObjectSE[] params, StringSE[] signature) |
void | setAttribute(AttributeSE attribute) |
AttributeListSE | setAttributes(AttributeListSE attributes) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public MBeanInfoSE getMBeanInfo()
DynamicMBeanSE
の getMBeanInfoSE
public ObjectSE invoke(StringSE actionName, ObjectSE[] params, StringSE[] signature) throws MBeanExceptionSE, ReflectionExceptionSE
DynamicMBeanSE
の invokeSE
MBeanExceptionSE
ReflectionExceptionSE
public ObjectSE getAttribute(StringSE attribute) throws AttributeNotFoundExceptionSE, MBeanExceptionSE, ReflectionExceptionSE
public void setAttribute(AttributeSE attribute) throws AttributeNotFoundExceptionSE, InvalidAttributeValueExceptionSE, MBeanExceptionSE, ReflectionExceptionSE
public AttributeListSE getAttributes(StringSE[] attributes)
DynamicMBeanSE
の getAttributesSE
public AttributeListSE setAttributes(AttributeListSE attributes)
DynamicMBeanSE
の setAttributesSE
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.