flex.messaging
Interface FlexConfigurable

All Known Subinterfaces:
FlexComponent, FlexFactory, ProtocolFactory, Server, Service
All Known Implementing Classes:
AbstractBootstrapService, AbstractEndpoint, AbstractService, ActionScriptAdapter, AMFEndpoint, AuthenticationService, BaseHTTPEndpoint, BasePollingHTTPEndpoint, BaseStreamingHTTPEndpoint, Destination, FactoryDestination, HTTPEndpoint, HTTPProxyAdapter, HTTPProxyDestination, HTTPProxyService, JavaAdapter, JavaFactory, JMSAdapter, LogManager, ManageableComponent, MessageBroker, MessageDestination, MessageService, MessagingAdapter, RemotingDestination, RemotingService, SecureAMFEndpoint, SecureHTTPEndpoint, SecureStreamingAMFEndpoint, SecureStreamingHTTPEndpoint, ServiceAdapter, SOAPProxyAdapter, StreamingAMFEndpoint, StreamingHTTPEndpoint

public interface FlexConfigurable

Components created in the Flex configuration environment can implement the FlexConfigurable interface to get access to the configuration properties like a regular component in the system.


Method Summary
 void initialize(String id, ConfigMap configMap)
          Initializes the component with configuration information.
 

Method Detail

initialize

void initialize(String id,
                ConfigMap configMap)
Initializes the component with configuration information.

Parameters:
id - The id of the component.
configMap - The properties for configuring component.


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/messaging/FlexConfigurable.html