|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMBeanAttribute
Implementations of this interface can be added dynamically as attributes in a BaseModelMBeanExt.
| Method Summary | |
|---|---|
MBeanAttributeInfo |
getMBeanAttributeInfo()
Get the MBeanAttributeInfo describing this attribute. |
Object |
getValue(String id)
Get the attributes value for this BaseModelMBeanExt id. |
void |
setValue(String id,
Object value)
Set the attribute value for this BaseModelMBeanExt id. |
| Method Detail |
|---|
MBeanAttributeInfo getMBeanAttributeInfo()
Object getValue(String id)
id - The BaseModelMBeanExt id.
void setValue(String id,
Object value)
id - The BaseModelMBeanExt id.value - The attributes value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||