Uses of Class
flex.management.BaseControl

Packages that use BaseControl
flex.management Management classes. 
flex.management.runtime.messaging Management classes for runtime monitoring and management. 
flex.management.runtime.messaging.endpoints Management classes for runtime endpoint monitoring and management. 
flex.management.runtime.messaging.log Management classes for runtime log monitoring and management. 
flex.management.runtime.messaging.services Management classes for runtime service monitoring and management. 
flex.management.runtime.messaging.services.messaging Management and monitoring classes for runtime service messaging classes. 
flex.management.runtime.messaging.services.messaging.adapters Management classes for runtime adapter monitoring and management. 
flex.management.runtime.messaging.services.remoting Remoting service management classes. 
flex.management.runtime.messaging.services.remoting.adapters Remoting service adapter management classes. 
 

Uses of BaseControl in flex.management
 

Methods in flex.management that return BaseControl
 BaseControl Manageable.getControl()
          Returns the control MBean used to manage the component.
 BaseControl ManageableComponent.getControl()
           
 BaseControl BaseControl.getParentControl()
          Returns the parent BaseControl of this instance.
 

Methods in flex.management with parameters of type BaseControl
 void Manageable.setControl(BaseControl control)
          Set the control MBean used to manage the component.
 void ManageableComponent.setControl(BaseControl control)
           
 

Constructors in flex.management with parameters of type BaseControl
BaseControl(BaseControl parent)
          Constructs a BaseControl instance that references its parent; the parent may be null for root control MBeans.
 

Uses of BaseControl in flex.management.runtime.messaging
 

Subclasses of BaseControl in flex.management.runtime.messaging
 class DestinationControl
          The DestinationControl class is the MBean implementation for monitoring and managing a Destination at runtime.
 class MessageBrokerControl
          The MessageBrokerControl class is the MBean implemenation for monitoring and managing a MessageBroker at runtime.
 class MessageDestinationControl
          The MessageDestinationControl class is the MBean implementation for monitoring and managing a MessageDestination at runtime.
 

Constructors in flex.management.runtime.messaging with parameters of type BaseControl
DestinationControl(Destination destination, BaseControl parent)
          Constructs a new DestinationControl instance.
MessageDestinationControl(Destination destination, BaseControl parent)
          Constructs a new MessageDestinationControl instance.
 

Uses of BaseControl in flex.management.runtime.messaging.endpoints
 

Subclasses of BaseControl in flex.management.runtime.messaging.endpoints
 class AMFEndpointControl
          The AMFEndpointControl class is the MBean implemenation for monitoring and managing an AMFEndpoint at runtime.
 class EndpointControl
          The EndpointControl class is the MBean implementation for monitoring and managing an Endpoint at runtime.
 class HTTPEndpointControl
          The HTTPEndpointControl class is the MBean implemenation for monitoring and managing a HTTPEndpoint at runtime.
 class StreamingAMFEndpointControl
          The StreamingAMFEndpointControl class is the MBean implemenation for monitoring and managing an StreamingAMFEndpoint at runtime.
 class StreamingEndpointControl
          The StreamingEndpointControl class is the base MBean implementation for monitoring and managing a BaseStreamingHTTPEndpoint at runtime.
 class StreamingHTTPEndpointControl
          The StreamingHTTPEndpointControl class is the MBean implemenation for monitoring and managing a StreamingHTTPEndpoint at runtime.
 

Constructors in flex.management.runtime.messaging.endpoints with parameters of type BaseControl
AMFEndpointControl(AMFEndpoint endpoint, BaseControl parent)
          Constructs a AMFEndpointControl, assigning managed message endpoint and parent MBean.
EndpointControl(Endpoint endpoint, BaseControl parent)
          Constructs an EndpointControl, assigning its managed endpoint and parent MBean.
HTTPEndpointControl(HTTPEndpoint endpoint, BaseControl parent)
          Constructs a HTTPEndpointControl, assigning managed message endpoint and parent MBean.
StreamingAMFEndpointControl(StreamingAMFEndpoint endpoint, BaseControl parent)
          Constructs a StreamingAMFEndpointControl, assigning managed message endpoint and parent MBean.
StreamingEndpointControl(BaseStreamingHTTPEndpoint endpoint, BaseControl parent)
          Constructs a StreamingEndpointControl, assigning managed message endpoint and parent MBean.
StreamingHTTPEndpointControl(StreamingHTTPEndpoint endpoint, BaseControl parent)
          Constructs a StreamingHTTPEndpointControl, assigning managed message endpoint and parent MBean.
 

Uses of BaseControl in flex.management.runtime.messaging.log
 

Subclasses of BaseControl in flex.management.runtime.messaging.log
 class LogControl
          The LogControl class is the MBean implemenation for monitoring and managing a Log at runtime through the LogManager.
 

Constructors in flex.management.runtime.messaging.log with parameters of type BaseControl
LogControl(BaseControl parent, LogManager manager)
          Creates the mbean and registers it with the mbean server.
 

Uses of BaseControl in flex.management.runtime.messaging.services
 

Subclasses of BaseControl in flex.management.runtime.messaging.services
 class MessageServiceControl
          The MessageServiceControl class is the MBean implemenation for monitoring and managing a MessageService at runtime.
 class RemotingServiceControl
          The RemotingServiceControl class is the MBean implemenation for monitoring and managing a RemotingService at runtime.
 class ServiceAdapterControl
          The ServiceAdapterControl class is the base MBean implementation for monitoring and managing a ServiceAdapter at runtime.
 class ServiceControl
          The ServiceControl class is the MBean implementation for monitoring and managing a Service at runtime.
 

Constructors in flex.management.runtime.messaging.services with parameters of type BaseControl
MessageServiceControl(MessageService service, BaseControl parent)
          Constructs a MessageServiceControl, assigning its id, managed message service and parent MBean.
RemotingServiceControl(RemotingService service, BaseControl parent)
          Constructs a RemotingServiceControl, assigning its id, managed remoting service and parent MBean.
ServiceAdapterControl(ServiceAdapter serviceAdapter, BaseControl parent)
          Constructs a ServiceAdapterControl, assigning its id, managed service adapter and parent MBean.
ServiceControl(Service service, BaseControl parent)
          Constructs a ServiceControl, assigning its id, managed service and parent MBean.
 

Uses of BaseControl in flex.management.runtime.messaging.services.messaging
 

Subclasses of BaseControl in flex.management.runtime.messaging.services.messaging
 class SubscriptionManagerControl
          The SubscriptionManagerControl class is the MBean implementation for monitoring and managing a SubscriptionManager at runtime.
 class ThrottleManagerControl
          The ThrottleManagerControl class is the MBean implementation for monitoring and managing a ThrottleManager at runtime.
 

Constructors in flex.management.runtime.messaging.services.messaging with parameters of type BaseControl
SubscriptionManagerControl(SubscriptionManager subscriptionManager, BaseControl parent)
          Constructs a new SubscriptionManagerControl instance, assigning its backing SubscriptionManager.
ThrottleManagerControl(ThrottleManager throttleManager, BaseControl parent)
          Constructs a new ThrottleManagerControl instance, assigning its backing ThrottleManager.
 

Uses of BaseControl in flex.management.runtime.messaging.services.messaging.adapters
 

Subclasses of BaseControl in flex.management.runtime.messaging.services.messaging.adapters
 class ActionScriptAdapterControl
          The ActionScriptAdapterControl class is the MBean implemenation for monitoring and managing ActionScriptAdapters at runtime.
 class JMSAdapterControl
          The JMSAdapterControl class is the MBean implemenation for monitoring and managing JMSAdapters at runtime.
 

Constructors in flex.management.runtime.messaging.services.messaging.adapters with parameters of type BaseControl
ActionScriptAdapterControl(ActionScriptAdapter serviceAdapter, BaseControl parent)
          Constructs a ActionScriptAdapterControl, assigning its id, managed ActionScriptAdapter and parent MBean.
JMSAdapterControl(JMSAdapter serviceAdapter, BaseControl parent)
          Constructs a JMSAdapterControl, assigning its id, managed JMSAdapter and parent MBean.
 

Uses of BaseControl in flex.management.runtime.messaging.services.remoting
 

Subclasses of BaseControl in flex.management.runtime.messaging.services.remoting
 class RemotingDestinationControl
          The RemotingDestinationControl class is the MBean implementation for monitoring and managing a RemotingDestination at runtime.
 

Constructors in flex.management.runtime.messaging.services.remoting with parameters of type BaseControl
RemotingDestinationControl(RemotingDestination destination, BaseControl parent)
          Constructs a new RemotingDestinationControl instance.
 

Uses of BaseControl in flex.management.runtime.messaging.services.remoting.adapters
 

Subclasses of BaseControl in flex.management.runtime.messaging.services.remoting.adapters
 class JavaAdapterControl
          The JavaAdapterControl class is the MBean implemenation for monitoring and managing Java service adapters at runtime.
 

Constructors in flex.management.runtime.messaging.services.remoting.adapters with parameters of type BaseControl
JavaAdapterControl(JavaAdapter serviceAdapter, BaseControl parent)
          Constructs a JavaAdapterControl, assigning its id, managed Java service adapter and parent MBean.
 



Copyright © 2008 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/blazeds/1/javadoc/flex/management/class-use/BaseControl.html