public class AbstractJmxAttribute
extends java.lang.Object
Constructor and Description |
---|
AbstractJmxAttribute() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrencyTimeLimit()
Return a currency time limit for this attribute.
|
java.lang.String |
getDescription()
Return a description for this attribute.
|
void |
setCurrencyTimeLimit(int currencyTimeLimit)
Set a currency time limit for this attribute.
|
void |
setDescription(java.lang.String description)
Set a description for this attribute.
|
public void setDescription(java.lang.String description)
public java.lang.String getDescription()
public void setCurrencyTimeLimit(int currencyTimeLimit)
public int getCurrencyTimeLimit()