Package com.bea.wli.config.env

Provides functionality to manage environment specific values embedded in resource data.

See:
          Description

Interface Summary
EnvValueTypes Deprecated. in 2.6.
 

Class Summary
EnvValueQuery Represents a query to find envrinment values embedded in resource data, based on a criteria.
NonQualifiedEnvValue Represents an instance of an environment value embedded in a particular resource data.
QualifiedEnvValue Represents an instance of an environment value embedded in a particular resource data.
 

Package com.bea.wli.config.env Description

Provides functionality to manage environment specific values embedded in resource data.

An environment specific value is a particular piece of data embedded in the resource data whose value changes between different domains. These values usually need to be changed when moving (staging) configuration from one domain to another domain, or from testing to production. The URL of a proxy service is example of such an environment value. Depending on the physical location of the domain the URL will change.

Environment values can be queried, and modified using the ALSBConfigurationMBean. ALSBConfigurationMBean provides APIs to individually modify environment values, or find and replace certain sub strings found in environment values with a different string.

See Also:
ALSBConfigurationMBean