KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > Descriptor

javax.management
Interface Descriptor

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
DescriptorSupport
See Also:
Top Examples, Source Code

Object clone()
             throws RuntimeOperationsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String[] getFieldNames()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String[] getFields()
See Also:
setFields(java.lang.String[], java.lang.Object[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object getFieldValue(String fieldName)
                     throws RuntimeOperationsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object[] getFieldValues(String[] fieldNames)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean isValid()
                throws RuntimeOperationsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void removeField(String fieldName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setField(String fieldName,
              Object fieldValue)
              throws RuntimeOperationsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setFields(String[] fieldNames,
               Object[] fieldValues)
               throws RuntimeOperationsException
See Also:
getFields()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags