public class ManagedAttribute extends AbstractJmxAttribute
MetadataMBeanInfoAssembler
,
MBeanExporter
Modifier and Type | Field and Description |
---|---|
static ManagedAttribute |
EMPTY
Empty attributes.
|
Constructor and Description |
---|
ManagedAttribute() |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue()
Return the default value of this attribute.
|
int |
getPersistPeriod() |
String |
getPersistPolicy() |
void |
setDefaultValue(Object defaultValue)
Set the default value of this attribute.
|
void |
setPersistPeriod(int persistPeriod) |
void |
setPersistPolicy(String persistPolicy) |
getCurrencyTimeLimit, getDescription, setCurrencyTimeLimit, setDescription
public static final ManagedAttribute EMPTY
public void setDefaultValue(@Nullable Object defaultValue)
@Nullable public Object getDefaultValue()
public void setPersistPeriod(int persistPeriod)
public int getPersistPeriod()