API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.modelmbean. ModelMBeanConstructorInfo View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanFeatureInfo
          MBeanConstructorInfo
              ModelMBeanConstructorInfo
Implements
 DescriptorAccess
Subclasses
Description
public class ModelMBeanConstructorInfo
  The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
See also:   
Constructors
pack-private ModelMBeanConstructorInfo (ModelMBeanConstructorInfo old)
  Constructs a new ModelMBeanConstructorInfo object from this ModelMBeanConstructor Object.
public ModelMBeanConstructorInfo (String description, Constructor constructorMethod)
  Constructs a ModelMBeanConstructorInfo object with a default descriptor.
public ModelMBeanConstructorInfo (String description, Constructor constructorMethod, Descriptor descriptor)
  Constructs a ModelMBeanConstructorInfo object.
public ModelMBeanConstructorInfo (String name, String description, MBeanParameterInfo signature)
  Constructs a ModelMBeanConstructorInfo object with a default descriptor.
public ModelMBeanConstructorInfo (String name, String description, MBeanParameterInfo signature, Descriptor descriptor)
  Constructs a ModelMBeanConstructorInfo object.
Methods
Hide/Show inherited methods
public Object clone () [Overrides MBeanConstructorInfo]
Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.
public boolean equals (Object o) [Inherited From MBeanConstructorInfo]
  Compare this MBeanConstructorInfo to another.
public String getDescription () [Inherited From MBeanFeatureInfo]
  Returns the human-readable description of the feature.
public Descriptor getDescriptor () [Overrides MBeanFeatureInfo]
  Returns a copy of the associated Descriptor.
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 () [Inherited From MBeanConstructorInfo]
public void setDescriptor (Descriptor inDescriptor) [Specified in DescriptorAccess]
  Sets associated Descriptor (full replace) of ModelMBeanConstructorInfo.
public String toString () [Overrides MBeanConstructorInfo]
Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form.
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.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar