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