flex.management
Interface Manageable

All Known Subinterfaces:
Endpoint, Service
All Known Implementing Classes:
AbstractBootstrapService, AbstractService, ActionScriptAdapter, ASObjectAdapter, DataDestination, DataService, Destination, FactoryDestination, HTTPProxyAdapter, HTTPProxyDestination, HTTPProxyService, JavaAdapter, JavaAdapter, JMSAdapter, ManageableComponent, MessageBroker, MessageDestination, MessageService, MessagingAdapter, RemotingDestination, RemotingService, ServiceAdapter, SOAPProxyAdapter

public interface Manageable

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

isManaged

boolean isManaged()
Returns true if the component is enabled for management.

Returns:
true if the component is enabled for management.

setManaged

void setManaged(boolean enableManagement)
Enables or disables management for the component.

Parameters:
enableManagement - true to enable management, false to disable management.

getControl

BaseControl getControl()
Returns the control MBean used to manage the component.

Returns:
The control MBean used to manage the component.

setControl

void setControl(BaseControl control)
Set the control MBean used to manage the component.

Parameters:
control - The BaseControl MBean used to manage the component.


Copyright © 2007 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/management/Manageable.html