Package | Description |
---|---|
oracle.fmwplatform.envspec.model.tuning |
Classes used to describe TuningParameters.
|
Modifier and Type | Method and Description |
---|---|
MBeanSetting |
MBeanSetting.setmBeanName(String mBeanName)
Sets the mBean Name that identifies an MBean by its fully qualified name.
|
MBeanSetting |
MBeanSetting.setmBeanProperty(String mBeanProperty)
Sets the name of the MBean Attribute to be set, or the MBean Operation to be called.
|
MBeanSetting |
MBeanSetting.setmBeanServer(String mBeanServer)
Sets the mBeanServer which is used to provide a different MBean Server name, e.g.
|
MBeanSetting |
MBeanSetting.setSettingType(SettingType settingType)
Sets the SettingType that determines whether the Value is going to be used to set an MBean Attribute,
or as the arguments of an MBean Operation.
|
MBeanSetting |
MBeanSetting.setValues(List<String> values)
Sets the list of values for this mbean setting.
|
Modifier and Type | Method and Description |
---|---|
List<MBeanSetting> |
TuningParameters.getAllMBeanSettings()
Returns MBeanSettings from this TuningParameters as well as from any references, all the way down the chain of
nested references.
|
List<MBeanSetting> |
TuningParameters.getmBeanSettings()
Returns the mbean settings only from this TuningParameters.
|
Modifier and Type | Method and Description |
---|---|
TuningParameters |
TuningParameters.setmBeanSettings(List<MBeanSetting> mBeanSettings)
Sets the mbean settings only from this TuningParameters.
|
Constructor and Description |
---|
MBeanSetting(MBeanSetting original)
Create a new MBeanSetting by copying an existing MBeanSetting
|