public class ManagedAttribute extends AbstractJmxAttribute
MetadataMBeanInfoAssembler, 
MBeanExporter| Modifier and Type | Field and Description | 
|---|---|
| static ManagedAttribute | EMPTYEmpty 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, setDescriptionpublic static final ManagedAttribute EMPTY
public void setDefaultValue(@Nullable
                            Object defaultValue)
@Nullable public Object getDefaultValue()
public void setPersistPolicy(@Nullable
                             String persistPolicy)
@Nullable public String getPersistPolicy()
public void setPersistPeriod(int persistPeriod)
public int getPersistPeriod()