API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanParameterInfo View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanFeatureInfo
          MBeanParameterInfo
Implements
 Cloneable
Subclasses
Description
public class MBeanParameterInfo
  Describes an argument of an operation exposed by an MBean.
See also:   
Constructors
public MBeanParameterInfo (String name, String type, String description)
  Constructs an MBeanParameterInfo object.
public MBeanParameterInfo (String name, String type, String description, Descriptor descriptor)
  Constructs an MBeanParameterInfo object.
Methods
Hide/Show inherited methods
public Object clone ()
  Returns a shallow clone of this instance.
public boolean equals (Object o) [Overrides MBeanFeatureInfo]
  Compare this MBeanParameterInfo to another.
public String getDescription () [Inherited From MBeanFeatureInfo]
  Returns the human-readable description of the feature.
public Descriptor getDescriptor () [Inherited From MBeanFeatureInfo]
  Returns the descriptor for the feature.
public String getName () [Inherited From MBeanFeatureInfo]
  Returns the name of the feature.
public String getType ()
  Returns the type or class name of the data.
public int hashCode () [Overrides MBeanFeatureInfo]
public String toString ()
Fields
Hide/Show inherited fields
protected String description [Inherited From MBeanFeatureInfo]
  The human-readable description of the feature.
protected String name [Inherited From MBeanFeatureInfo]
  The name of the feature.
pack-privatefinalstatic MBeanParameterInfo NO_PARAMS
pack-privatefinalstatic long serialVersionUID = "7432616882776782338" [Overrides MBeanFeatureInfo]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar