java.lang.Object
javax.management.modelmbean.DescriptorSupport
- All Implemented Interfaces:
- Serializable, Cloneable, Descriptor
- See Also:
- Top Examples, Source Code
public Object clone()
throws RuntimeOperationsException
- See Also:
Cloneable
, Descriptor
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public DescriptorSupport()
- See Also:
isValid
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public DescriptorSupport(int initNumFields)
throws MBeanException,
RuntimeOperationsException
- See Also:
-
isValid
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public DescriptorSupport(String inStr)
throws MBeanException,
RuntimeOperationsException,
XMLParseException
- See Also:
-
toXMLString
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public DescriptorSupport(String[] fields)
- See Also:
- RuntimeOperationsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public DescriptorSupport(String[] fieldNames,
Object[] fieldValues)
throws RuntimeOperationsException
- See Also:
-
isValid
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public DescriptorSupport(DescriptorSupport inDescr)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String[] getFieldNames()
- See Also:
- Descriptor
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String[] getFields()
- See Also:
setFields(java.lang.String[], java.lang.Object[])
, Descriptor
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object getFieldValue(String inFieldName)
throws RuntimeOperationsException
- See Also:
- Descriptor
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object[] getFieldValues(String[] fieldNames)
- See Also:
- Descriptor
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isValid()
throws RuntimeOperationsException
- See Also:
- Descriptor
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeField(String fieldName)
- See Also:
- Descriptor
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setField(String inFieldName,
Object fieldValue)
throws RuntimeOperationsException
- See Also:
- Descriptor,
isValid
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setFields(String[] fieldNames,
Object[] fieldValues)
throws RuntimeOperationsException
- See Also:
getFields()
, Descriptor, isValid
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- RuntimeOperationsException, Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toXMLString()
- See Also:
- RuntimeOperationsException,
DescriptorSupport(String inStr)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples