Uses of Class
flex.messaging.config.ConfigMap

Packages that use ConfigMap
flex.data   
flex.data.adapters   
flex.data.assemblers   
flex.management   
flex.messaging   
flex.messaging.client   
flex.messaging.config   
flex.messaging.endpoints   
flex.messaging.factories   
flex.messaging.log   
flex.messaging.services   
flex.messaging.services.http   
flex.messaging.services.messaging.adapters   
 

Uses of ConfigMap in flex.data
 

Methods in flex.data that return ConfigMap
 ConfigMap DataService.describeService(Endpoint endpoint)
          Returns a ConfigMap of service properties that the client needs.
 

Methods in flex.data with parameters of type ConfigMap
 void DataDestination.initialize(String id, ConfigMap properties)
          Initializes the DataDestination with the properties.
 void DataService.initialize(String id, ConfigMap properties)
          Initializes the DataService with id and properties.
 

Uses of ConfigMap in flex.data.adapters
 

Methods in flex.data.adapters with parameters of type ConfigMap
 void ASObjectAdapter.initialize(String id, ConfigMap properties)
           
 void JavaAdapter.initialize(String id, ConfigMap properties)
          Initializes the JavaAdapter with the properties.
 

Uses of ConfigMap in flex.data.assemblers
 

Methods in flex.data.assemblers with parameters of type ConfigMap
 void AbstractAssembler.initialize(String id, ConfigMap properties)
           
 void HibernateAssembler.initialize(String id, ConfigMap properties)
          This initialize method is called once for each destination.
 void SQLAssembler.initialize(String id, ConfigMap properties)
          This initialize method is called once for each destination.
 

Uses of ConfigMap in flex.management
 

Methods in flex.management with parameters of type ConfigMap
 void ManageableComponent.initialize(String id, ConfigMap properties)
          Initializes the ManageableComponent with the properties.
 

Uses of ConfigMap in flex.messaging
 

Methods in flex.messaging that return ConfigMap
 ConfigMap Destination.describeDestination()
          Returns a ConfigMap of destination properties that the client needs.
 ConfigMap MessageBroker.describeServices(Endpoint endpoint)
          Describe services and the channels used by the services for the client.
 ConfigMap FactoryInstance.getProperties()
          Returns the ConfigMap that this factory instance was created with.
 

Methods in flex.messaging with parameters of type ConfigMap
 FactoryInstance FlexFactory.createFactoryInstance(String id, ConfigMap properties)
          This method is called when the definition of an instance that this factory looks up is initialized.
 void Destination.initialize(String id, ConfigMap properties)
          Initializes the Destination with the properties.
 void FactoryDestination.initialize(String id, ConfigMap properties)
          Initializes the FactoryDestination with the properties.
 void FlexConfigurable.initialize(String id, ConfigMap configMap)
          Initializes the component with configuration information.
 void MessageDestination.initialize(String id, ConfigMap properties)
          Initializes the MessageDestination with the properties.
 

Constructors in flex.messaging with parameters of type ConfigMap
FactoryInstance(FlexFactory factory, String id, ConfigMap properties)
          Normally FactoryInstances are constructed by FDS during startup so you do not need to use this method.
 

Uses of ConfigMap in flex.messaging.client
 

Methods in flex.messaging.client with parameters of type ConfigMap
 void FlexClientOutboundQueueProcessor.initialize(ConfigMap properties)
          No-op; this default implementation doesn't require custom initialization.
 

Uses of ConfigMap in flex.messaging.config
 

Methods in flex.messaging.config that return ConfigMap
 ConfigMap ConfigMap.getPropertyAsMap(String name, ConfigMap defaultValue)
          Gets the property with the specified name as a ConfigMap if possible, or returns the default value if the property is undefined.
 

Methods in flex.messaging.config with parameters of type ConfigMap
 void ConfigMap.addProperties(ConfigMap p)
          Adds all properties from a map to this map.
 void ConfigMap.addProperty(String name, ConfigMap value)
          Adds a ConfigMap value to this map for the given property name.
 ConfigMap ConfigMap.getPropertyAsMap(String name, ConfigMap defaultValue)
          Gets the property with the specified name as a ConfigMap if possible, or returns the default value if the property is undefined.
 

Constructors in flex.messaging.config with parameters of type ConfigMap
ConfigMap(ConfigMap m)
          Constructs a new ConfigMap and copies the values from the supplied map to this map.
 

Uses of ConfigMap in flex.messaging.endpoints
 

Methods in flex.messaging.endpoints that return ConfigMap
 ConfigMap Endpoint.describeEndpoint()
          Returns a ConfigMap of endpoint properties that the client needs.
 

Methods in flex.messaging.endpoints with parameters of type ConfigMap
 void Endpoint.initialize(String id, ConfigMap properties)
          Initialize the endpoint with id and properties.
 

Uses of ConfigMap in flex.messaging.factories
 

Methods in flex.messaging.factories with parameters of type ConfigMap
 FactoryInstance JavaFactory.createFactoryInstance(String id, ConfigMap properties)
          This method is called when we initialize the definition of an instance which will be looked up by this factory.
 void JavaFactory.initialize(String id, ConfigMap configMap)
          This method can be used to provide additional configuration parameters for the initializing this factory instance itself.
 

Constructors in flex.messaging.factories with parameters of type ConfigMap
JavaFactoryInstance(JavaFactory factory, String id, ConfigMap properties)
          Constructs a JavaFactoryInstance, assigning its factory, id, and properties.
 

Uses of ConfigMap in flex.messaging.log
 

Methods in flex.messaging.log with parameters of type ConfigMap
 void AbstractTarget.initialize(String id, ConfigMap properties)
          Initializes the target with id and properties.
 void LineFormattedTarget.initialize(String id, ConfigMap properties)
          Initializes the target with id and properties.
static void Log.initialize(String id, ConfigMap properties)
          Initializes Log with id and properties.
 void Target.initialize(String id, ConfigMap properties)
          Initializes the target with id and properties.
 

Uses of ConfigMap in flex.messaging.services
 

Methods in flex.messaging.services that return ConfigMap
 ConfigMap AbstractService.describeService(Endpoint endpoint)
          Returns a ConfigMap service properties that the client needs.
 ConfigMap Service.describeService(Endpoint endpoint)
          Describes the service for the client.
 

Methods in flex.messaging.services with parameters of type ConfigMap
abstract  void AbstractBootstrapService.initialize(String id, ConfigMap properties)
          Called by the MessageBroker after all of the server components are created but right before they are started.
 

Uses of ConfigMap in flex.messaging.services.http
 

Methods in flex.messaging.services.http with parameters of type ConfigMap
 void HTTPProxyAdapter.initialize(String id, ConfigMap properties)
          Initializes the HTTPProxyAdapter with the properties.
 void HTTPProxyDestination.initialize(String id, ConfigMap properties)
          Initializes the HTTPProxyDestination with the properties.
 

Uses of ConfigMap in flex.messaging.services.messaging.adapters
 

Methods in flex.messaging.services.messaging.adapters with parameters of type ConfigMap
 void JMSAdapter.initialize(String id, ConfigMap properties)
          Initializes the JMSAdapter with the properties.
 



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/config/class-use/ConfigMap.html