public interface MBeanAttribute
Modifier and Type | Method and Description |
---|---|
MBeanAttributeInfo |
getInfo() |
String |
getName() |
Object |
getValue() |
void |
setValue(Object value) |
MBeanAttributeInfo getInfo()
String getName()
Object getValue() throws AttributeNotFoundException, MBeanException, ReflectionException
void setValue(Object value) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
Copyright © 2018. All rights reserved.