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 | 
|---|---|
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(Object defaultValue)
public Object getDefaultValue()
public void setPersistPolicy(String persistPolicy)
public String getPersistPolicy()
public void setPersistPeriod(int persistPeriod)
public int getPersistPeriod()