Searched defs:OpenMBeanConstructorInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanConstructorInfo.java56 public interface OpenMBeanConstructorInfo { interface
63 * described by this <tt>OpenMBeanConstructorInfo</tt> instance.
71 * described by this <tt>OpenMBeanConstructorInfo</tt> instance.
80 * described by this <tt>OpenMBeanConstructorInfo</tt> instance.
91 * Compares the specified <var>obj</var> parameter with this <code>OpenMBeanConstructorInfo</code> instance for equality.
96 * <li><var>obj</var> also implements the <code>OpenMBeanConstructorInfo</code> interface,</li>
101 * different implementations of the <code>OpenMBeanConstructorInfo</code> interface.
103 * @param obj the object to be compared for equality with this <code>OpenMBeanConstructorInfo</code> instance;
105 * @return <code>true</code> if the specified object is equal to this <code>OpenMBeanConstructorInfo</code> instance.
110 * Returns the hash code value for this <code>OpenMBeanConstructorInfo</cod
[all...]

Completed in 39 milliseconds