flex.messaging
Interface FlexConfigurable

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

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. The id parameter contains an identity you can use in diagnostic messages to determine which component's configuration this is. The configMap parameter contains the properties for configuring your 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/messaging/FlexConfigurable.html