| Package | Description |
|---|---|
| flex.messaging.config | |
| flex.messaging.log |
| Modifier and Type | Field and Description |
|---|---|
protected ConfigMap |
PropertiesSettings.properties |
| Modifier and Type | Method and Description |
|---|---|
ConfigMap |
FlexClientSettings.getFlexClientOutboundQueueProcessorProperties()
Returns the properties for the default
FlexClientOutboundQueueProcessor. |
ConfigMap |
PropertiesSettings.getProperties() |
ConfigMap |
PropertiesSettings.getPropertyAsMap(String name,
ConfigMap defaultValue) |
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.
|
ConfigMap |
AbstractConfigurationParser.properties(NodeList properties)
Recursively processes all child elements for each of the properties in the provided
node list.
|
ConfigMap |
AbstractConfigurationParser.properties(NodeList properties,
String sourceFileName)
Recursively processes all child elements for each of the properties in the provided
node list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesSettings.addProperties(ConfigMap p) |
void |
ConfigMap.addProperties(ConfigMap p)
Adds all properties from a map to this map.
|
void |
PropertiesSettings.addProperty(String name,
ConfigMap value) |
void |
ConfigMap.addProperty(String name,
ConfigMap value)
Adds a
ConfigMap value to this map for the given property
name. |
void |
ServicesDependencies.codegenServiceAssociations(ConfigMap metadata,
StringBuffer e4x,
String destination,
String relation)
Analyze code gen service associations.
|
ConfigMap |
PropertiesSettings.getPropertyAsMap(String name,
ConfigMap defaultValue) |
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.
|
void |
FlexClientSettings.setFlexClientOutboundQueueProcessorProperties(ConfigMap flexClientOutboundQueueProcessorProperties)
Sets the properties for the default
FlexClientOutboundQueueProcessor. |
| Constructor and Description |
|---|
ConfigMap(ConfigMap m)
Constructs a new
ConfigMap and copies the values
from the supplied map to this map. |
| Modifier and Type | Method and Description |
|---|---|
void |
Target.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 |
LineFormattedTarget.initialize(String id,
ConfigMap properties)
Initializes the target with id and properties.
|
void |
AbstractTarget.initialize(String id,
ConfigMap properties)
Initializes the target with id and properties.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.