All Known Implementing Classes:
OpenMBeanConstructorInfoSupport
Describes a constructor of an Open MBean.
This interface declares the same methods as the class javax.management.MBeanConstructorInfo . A class implementing this interface (typically OpenMBeanConstructorInfoSupport ) should extend javax.management.MBeanConstructorInfo .
The #getSignature() method should return at runtime an array of instances of a subclass of MBeanParameterInfo which implements the OpenMBeanParameterInfo interface (typically OpenMBeanParameterInfoSupport ).
1.5
- Method from javax.management.openmbean.OpenMBeanConstructorInfo Summary: |
---|
equals, getDescription, getName, getSignature, hashCode, toString |
Method from javax.management.openmbean.OpenMBeanConstructorInfo Detail: |
---|
OpenMBeanConstructorInfo instance for equality.
Returns true if and only if all of the following statements are true: OpenMBeanConstructorInfo interface.
|
|
|
|
OpenMBeanConstructorInfo instance.
The hash code of an
This ensures that |
OpenMBeanConstructorInfo instance.
The string representation consists of the name of this class (ie |