API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.openmbean. OpenMBeanConstructorInfoSupport View Source
Author(s)
Sun Microsystems, Inc.
Since
1.5
Version
3.28 06/03/15
Serial
Hierarchy
 Object
      MBeanFeatureInfo
          MBeanConstructorInfo
              OpenMBeanConstructorInfoSupport
Implements
 OpenMBeanConstructorInfo
Subclasses
Description
public class OpenMBeanConstructorInfoSupport
  Describes a constructor of an Open MBean.
See also:   
Constructors
public OpenMBeanConstructorInfoSupport (String name, String description, OpenMBeanParameterInfo signature)
  Constructs an OpenMBeanConstructorInfoSupport instance, which describes the constructor of a class of open MBeans with the specified name, description and signature.
public OpenMBeanConstructorInfoSupport (String name, String description, OpenMBeanParameterInfo signature, Descriptor descriptor)
  Constructs an OpenMBeanConstructorInfoSupport instance, which describes the constructor of a class of open MBeans with the specified name, description, signature, and descriptor.
Methods
Hide/Show inherited methods
public Object clone () [Inherited From MBeanConstructorInfo]
  Returns a shallow clone of this instance.
public boolean equals (Object obj) [Overrides MBeanConstructorInfo] [Specified in OpenMBeanConstructorInfo]
  Compares the specified obj parameter with this OpenMBeanConstructorInfoSupport instance for equality.
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 () [Inherited From MBeanConstructorInfo]
  Returns the list of parameters for this constructor.
public int hashCode () [Overrides MBeanConstructorInfo] [Specified in OpenMBeanConstructorInfo]
  Returns the hash code value for this OpenMBeanConstructorInfoSupport instance.
public String toString () [Overrides MBeanConstructorInfo] [Specified in OpenMBeanConstructorInfo]
  Returns a string representation of this OpenMBeanConstructorInfoSupport instance.
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 long serialVersionUID = "-4400441579007477003"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar