API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. Descriptor View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Serializable
      Descriptor
Subinterfaces
Description
public interface Descriptor
  Additional metadata for a JMX element.
See also:   
Methods
Hide/Show inherited methods
public Object clone () throws RuntimeOperationsException
  Returns a descriptor which is equal to this descriptor.
public boolean equals (Object obj)
  Compares this descriptor to the given object.
public String getFieldNames ()
  Returns all the field names in the descriptor.
public String getFields ()
  Returns all of the fields contained in this descriptor as a string array.
public Object getFieldValue (String fieldName) throws RuntimeOperationsException
  Returns the value for a specific field name, or null if no value is present for that name.
public Object getFieldValues (String fieldNames)
  Returns all the field values in the descriptor as an array of Objects.
public int hashCode ()
  Returns the hash code value for this descriptor.
public boolean isValid () throws RuntimeOperationsException
  Returns true if all of the fields have legal values given their names.
public void removeField (String fieldName)
  Removes a field from the descriptor.
public void setField (String fieldName, Object fieldValue) throws RuntimeOperationsException
  Sets the value for a specific field name.
public void setFields (String fieldNames, Object fieldValues) throws RuntimeOperationsException
  Sets all fields in the field names array to the new value with the same index in the field values array.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar