Package | Description |
---|---|
oracle.fmwplatform.envspec.model.tuning |
Classes used to describe TuningParameters.
|
Modifier and Type | Method and Description |
---|---|
WLSTSetting |
WLSTSetting.setSettingType(SettingType settingType)
Sets the setting type, which is used to define whether Value is going to be used to set a WLST Attribute,
or as the arguments of a WLST Operation.
|
WLSTSetting |
WLSTSetting.setValues(List<TypedValue> values)
Sets the list of values.
|
WLSTSetting |
WLSTSetting.setWlstName(String wlstName)
Sets the name of the WLST attribute or operation you want to set or invoke.
|
WLSTSetting |
WLSTSetting.setWlstPath(WLSTPath wlstPath)
Sets the WLST path to the management object you wish to set an attribute on or invoke a function on.
|
Modifier and Type | Method and Description |
---|---|
List<WLSTSetting> |
TuningParameters.getAllWLSTSettings()
Returns WLSTSettings from this TuningParameters as well as from any references, all the way down the chain of
nested references.
|
List<WLSTSetting> |
TuningParameters.getWlstSettings()
Returns the wlst settings only from this TuningParameters.
|
Modifier and Type | Method and Description |
---|---|
TuningParameters |
TuningParameters.setWlstSettings(List<WLSTSetting> wlstSettings)
The wlst settings only from this TuningParameters.
|
Constructor and Description |
---|
WLSTSetting(WLSTSetting original)
Create a new WLSTSetting by copying an existing WLSTSetting
|