Uses of Class
flex.messaging.config.ConfigMap

Packages that use ConfigMap
flex.management Management classes. 
flex.messaging Messaging classes. 
flex.messaging.client FlexClient-related classes. 
flex.messaging.config Configuration classes. 
flex.messaging.endpoints Message endpoint classes. 
flex.messaging.factories Factory classes. 
flex.messaging.log Logging classes. 
flex.messaging.services Message service classes. 
flex.messaging.services.http Proxy service classes. 
flex.messaging.services.messaging.adapters Service adapter classes. 
flex.messaging.services.remoting.adapters Remoting service adapter classes. 
flex.messaging.util Messaging utility classes. 
 

Uses of ConfigMap in flex.management
 

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

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)
          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 AbstractEndpoint.describeEndpoint()
          Returns a ConfigMap of endpoint properties that the client needs.
 ConfigMap Endpoint.describeEndpoint()
          Returns a ConfigMap of endpoint properties that the client needs.
 ConfigMap AbstractEndpoint.getFlexClientOutboundQueueProcessorConfig()
          Returns the properties for the FlexClientOutboundQueueProcessor of the endpoint.
 

Methods in flex.messaging.endpoints with parameters of type ConfigMap
 void AbstractEndpoint.initialize(String id, ConfigMap properties)
          Initializes the Endpoint with the properties.
 void BaseHTTPEndpoint.initialize(String id, ConfigMap properties)
          Initializes the Endpoint with the properties.
 void BasePollingHTTPEndpoint.initialize(String id, ConfigMap properties)
          Initializes the Endpoint with the properties.
 void BaseStreamingHTTPEndpoint.initialize(String id, ConfigMap properties)
          Initializes the Endpoint with the properties.
 void Endpoint.initialize(String id, ConfigMap properties)
          Initialize the endpoint with id and properties.
 void AbstractEndpoint.setFlexClientOutboundQueueProcessorConfig(ConfigMap flexClientOutboundQueueProcessorConfig)
          Sets the properties for the FlexClientOutboundQueueProcessor of the endpoint.
 

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 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 AuthenticationService.describeService(Endpoint endpoint)
           
 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.
 void MessagingAdapter.initialize(String id, ConfigMap properties)
          Initializes the MessagingAdapter with the properties.
 

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

Methods in flex.messaging.services.remoting.adapters with parameters of type ConfigMap
 void JavaAdapter.initialize(String id, ConfigMap properties)
          Invoked to initialize the ManageableComponent.
 

Uses of ConfigMap in flex.messaging.util
 

Methods in flex.messaging.util with parameters of type ConfigMap
static void UserAgentManager.setupUserAgentManager(ConfigMap properties, UserAgentManager manager)
          Initializes the provided manager with settings from the property map.
 



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