|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectflex.management.ManageableComponent
The base implementation of the Manageable interface.
| Constructor Summary | |
ManageableComponent(boolean enableManagement)
Constructs a ManageableComponent instance, specifying
whether to enable management. |
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ManageableComponent(boolean enableManagement)
ManageableComponent instance, specifying
whether to enable management.
enableManagement - true to enable management, false to disable
management.| Method Detail |
public boolean isManaged()
Manageabletrue if the component is enabled for management.
isManaged in interface Manageabletrue if the component is enabled for management.public void setManaged(boolean enableManagement)
Manageable
setManaged in interface ManageableenableManagement - true to enable management, false to disable management.public BaseControl getControl()
Manageable
getControl in interface Manageablepublic void setControl(BaseControl control)
Manageable
setControl in interface Manageablecontrol - The BaseControl MBean used to manage the component.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||