API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.openmbean. OpenMBeanConstructorInfo View Source
Author(s)
Sun Microsystems, Inc.
Since
1.5
Version
3.20 05/11/17
Serial
Hierarchy
 OpenMBeanConstructorInfo
Subinterfaces
Description
public interface OpenMBeanConstructorInfo
  Describes a constructor of an Open MBean.
See also:   
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares the specified obj parameter with this OpenMBeanConstructorInfo instance for equality.
public String getDescription ()
  Returns a human readable description of the constructor described by this OpenMBeanConstructorInfo instance.
public String getName ()
  Returns the name of the constructor described by this OpenMBeanConstructorInfo instance.
public MBeanParameterInfo getSignature ()
  Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the constructor described by this OpenMBeanConstructorInfo instance.
public int hashCode ()
  Returns the hash code value for this OpenMBeanConstructorInfo instance.
public String toString ()
  Returns a string representation of this OpenMBeanConstructorInfo instance.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar