|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes an MBean attribute.
Method Summary | |
String |
getType()
Gets the attribute type. |
boolean |
isIs()
Indicates if the attribute getter uses the Is prefix |
boolean |
isReadable()
Indicates if the attribute is readable |
boolean |
isWritable()
Indicates if the attribute is writable |
void |
setIs(boolean value)
Sets if the attribute getter uses the Is prefix |
void |
setReadable(boolean value)
Sets if the attribute is readable |
void |
setType(String value)
Sets the attribute type. |
void |
setWritable(boolean value)
Sets if the attribute is writable |
Methods inherited from interface org.sape.carbon.services.management.interceptor.MBeanInfoConfiguration.MBeanFeatureInfoConfiguration |
getDescription, getName, setDescription, setName |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Method Detail |
public String getType()
public void setType(String value)
value
- the attribute typepublic boolean isIs()
public void setIs(boolean value)
value
- if the attribute getter uses the Is prefixpublic boolean isWritable()
public void setWritable(boolean value)
value
- if the attribute is writablepublic boolean isReadable()
public void setReadable(boolean value)
value
- if the attribute is readable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |