See: Description
| Class | Description |
|---|---|
| MBeanSetting |
Describes an arbitrary MBean setting.
|
| Setting |
An individual tuning parameter, containing a value for the parameter to be set to.
|
| SettingWithAliasWLSTValues |
Container class to hold the setting alias, value as well as the corresponding WLST online and offline path and
attributes.
|
| TuningParameters |
TuningParameters are used to provide low level additional settings that the user wishes to customize/tune.
|
| TuningParametersReference |
Reference to a tuning parameter file.
|
| TypedValue |
The setting value and the type of data contained.
|
| WLSTPath |
The WLST path to the management object you wish to set an attribute on or invoke a function on.
|
| WLSTSetting |
Describes an arbitrary WLST setting.
|
| Enum | Description |
|---|---|
| SettingType |
Allowed values are ‘attribute’ or ‘operation’.
|
| TypedValue.DataType |
Denotes the data types that a setting value can have.
|
| WLSTPath.PathType |
Specifies the path as offline or online for WLST.
|