|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Manageability of a class is enabled by implementing this interface. The specific level of manageability is defined by the relationship between a manageable component and its corresponding control.
| Method Summary | |
BaseControl |
getControl()
Returns the control MBean used to manage the component. |
boolean |
isManaged()
Returns true if the component is enabled for management. |
void |
setControl(BaseControl control)
Set the control MBean used to manage the component. |
void |
setManaged(boolean enableManagement)
Enables or disables management for the component. |
| Method Detail |
public boolean isManaged()
true if the component is enabled for management.
true if the component is enabled for management.public void setManaged(boolean enableManagement)
enableManagement - true to enable management, false to disable management.public BaseControl getControl()
public void setControl(BaseControl control)
control - The BaseControl MBean used to manage the component.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||