API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanFeatureInfo View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanFeatureInfo
Implements
 Serializable
 DescriptorRead
Subclasses
Description
public class MBeanFeatureInfo
  Provides general information for an MBean descriptor object.
See also:   
Constructors
public MBeanFeatureInfo (String name, String description)
  Constructs an MBeanFeatureInfo object.
public MBeanFeatureInfo (String name, String description, Descriptor descriptor)
  Constructs an MBeanFeatureInfo object.
Methods
Hide/Show inherited methods
public boolean equals (Object o)
  Compare this MBeanFeatureInfo to another.
public String getDescription ()
  Returns the human-readable description of the feature.
public Descriptor getDescriptor () [Specified in DescriptorRead]
  Returns the descriptor for the feature.
public String getName ()
  Returns the name of the feature.
public int hashCode ()
Fields
Hide/Show inherited fields
protected String description
  The human-readable description of the feature.
protected String name
  The name of the feature.
pack-privatefinalstatic long serialVersionUID = "3952882688968447265"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar