public interface ExportedValue<T>
Modifier and Type | Method and Description |
---|---|
T |
get() |
String |
getDescription() |
String |
getName() |
OpenType<?> |
getValueOpenType() |
Type |
getValueType() |
boolean |
isWriteable() |
void |
set(T value) |
default MBeanAttributeInfo |
toAttributeInfo() |
String getName()
String getDescription()
T get() throws OpenDataException
OpenDataException
void set(T value) throws InvalidAttributeValueException, InvalidObjectException
boolean isWriteable()
Type getValueType()
default MBeanAttributeInfo toAttributeInfo()
Copyright © 2018 SPF4J. All rights reserved.