API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanConstructorInfo View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanFeatureInfo
          MBeanConstructorInfo
Implements
 Cloneable
Subclasses
Description
public class MBeanConstructorInfo
  Describes a constructor exposed by an MBean.
See also:   
Constructors
public MBeanConstructorInfo (String description, Constructor constructor)
  Constructs an MBeanConstructorInfo object.
public MBeanConstructorInfo (String name, String description, MBeanParameterInfo signature)
  Constructs an MBeanConstructorInfo object.
public MBeanConstructorInfo (String name, String description, MBeanParameterInfo signature, Descriptor descriptor)
  Constructs an MBeanConstructorInfo 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 MBeanConstructorInfo 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 MBeanParameterInfo getSignature ()
  Returns the list of parameters for this constructor.
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 MBeanConstructorInfo NO_CONSTRUCTORS
pack-privatefinalstatic long serialVersionUID = "4433990064191844427" [Overrides MBeanFeatureInfo]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar