Package | Description |
---|---|
oracle.fmwplatform.envspec.environment.topology |
This package contains classes that are used to describe components of a Topology.
|
oracle.fmwplatform.envspec.model.tuning |
Classes used to describe TuningParameters.
|
Modifier and Type | Method and Description |
---|---|
protected static List<Setting> |
EnvironmentUtils.mergeSettings(List<Setting> existing, List<Setting> discovered)
Merge the existing tuning parameter settings with the discovered settings
|
protected static List<Setting> |
EnvironmentUtils.refreshSettings(List<Setting> existing, List<Setting> discovered)
Update existing tuning parameter settings with their latest discovered value
|
protected static List<Setting> |
EnvironmentUtils.updateTuningParameters(Object domainObject, Map<String,String> objectMappings, HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> parameterAlias)
Return all tuning parameter settings from a discovered domain object
|
Modifier and Type | Method and Description |
---|---|
protected static List<Setting> |
EnvironmentUtils.mergeSettings(List<Setting> existing, List<Setting> discovered)
Merge the existing tuning parameter settings with the discovered settings
|
protected static List<Setting> |
EnvironmentUtils.mergeSettings(List<Setting> existing, List<Setting> discovered)
Merge the existing tuning parameter settings with the discovered settings
|
protected static List<Setting> |
EnvironmentUtils.refreshSettings(List<Setting> existing, List<Setting> discovered)
Update existing tuning parameter settings with their latest discovered value
|
protected static List<Setting> |
EnvironmentUtils.refreshSettings(List<Setting> existing, List<Setting> discovered)
Update existing tuning parameter settings with their latest discovered value
|
Modifier and Type | Method and Description |
---|---|
Setting |
Setting.setAlias(String alias)
Sets the alias that identifies which custom Setting you wish to set a value for.
|
Setting |
Setting.setValue(String value)
Sets the value of this Setting.
|
Setting |
Setting.setVariablesAndTokensMap(Map<String,String> variablesAndTokensMap)
Sets a map containing the variables and tokens of this setting
|
Modifier and Type | Method and Description |
---|---|
List<Setting> |
TuningParameters.getAllSettings()
Returns settings from this TuningParameters as well as from any references, all the way down the chain.
|
List<Setting> |
TuningParameters.getSettings()
Returns the settings only from this TuningParameters.
|
Modifier and Type | Method and Description |
---|---|
TuningParameters |
TuningParameters.setSettings(List<Setting> settings)
Sets the settings only on this TuningParameters.
|