public class MBeanSetting extends Object
| Type | Property and Description | 
|---|---|
String | 
getmBean
Gets the value of the property mBeanProperty. 
 | 
| Constructor and Description | 
|---|
MBeanSetting()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getmBeanName()
Returns the mBean Name that identifies an MBean by its fully qualified name. 
 | 
String | 
getmBeanProperty()
Gets the value of the property mBeanProperty. 
 | 
String | 
getmBeanServer()
Returns the mBeanServer which is used to provide a different MBean Server name, for example, to use the JRF JMX server. 
 | 
SettingType | 
getSettingType()
Returns 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. 
 | 
List<String> | 
getValues()
Returns the list of values for this mbean setting. 
 | 
MBeanSetting | 
setmBeanName(String mBeanName)
Sets the mBean Name that identifies an MBean by its fully qualified name. 
 | 
MBeanSetting | 
setmBeanProperty(String mBeanProperty)
Sets the name of the MBean Attribute to be set, or the MBean Operation to be called. 
 | 
MBeanSetting | 
setmBeanServer(String mBeanServer)
Sets the mBeanServer which is used to provide a different MBean Server name, e.g. 
 | 
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 | 
setValues(List<String> values)
Sets the list of values for this mbean setting. 
 | 
String | 
toCompactString()
Returns a compact string representation of the object in JSON format. 
 | 
String | 
toString()
Returns a string representation of the object in JSON format. 
 | 
String | 
toXmlCompactString()
Returns a compact string representation of the object in XML format. 
 | 
String | 
toXmlString()
Returns a string representation of the object in XML format. 
 | 
public String getmBeanProperty
public String getmBeanName()
public String getmBeanProperty()
public String getmBeanServer()
public SettingType getSettingType()
public List<String> getValues()
public MBeanSetting setmBeanName(String mBeanName)
mBeanName - the mBean Name that identifies an MBean by its fully qualified namepublic MBeanSetting setmBeanProperty(String mBeanProperty)
mBeanProperty - the name of the MBean Attribute to be set, or the MBean Operation to be calledpublic MBeanSetting setmBeanServer(String mBeanServer)
mBeanServer - the mBeanServer which is used to provide a different MBean Server namepublic MBeanSetting setSettingType(SettingType settingType)
settingType - the SettingType that determines whether the Value is going to be used to set an MBean Attribute, or as the arguments of an MBean Operationpublic MBeanSetting setValues(List<String> values)
values - the list of values for this mbean settinpublic String toXmlCompactString()
public String toXmlString()
public String toCompactString()