Searched refs:OpenMBeanConstructorInfo (Results 1 - 5 of 5) 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...]
H A DOpenMBeanConstructorInfoSupport.java47 implements OpenMBeanConstructorInfo {
164 * OpenMBeanConstructorInfo} interface,</li>
171 * the {@code OpenMBeanConstructorInfo} interface.
187 // if obj is not a OpenMBeanConstructorInfo, return false
189 OpenMBeanConstructorInfo other;
191 other = (OpenMBeanConstructorInfo) obj;
197 // OpenMBeanConstructorInfo implementation and the other:
233 * the {@code OpenMBeanConstructorInfo} interface may be equal to
H A DOpenMBeanInfoSupport.java115 OpenMBeanConstructorInfo[] openConstructors,
176 OpenMBeanConstructorInfo[] openConstructors,
201 constructorArray(OpenMBeanConstructorInfo[] src) {
/openjdk7/jdk/test/javax/management/descriptor/
H A DMBeanInfoInteropTest.java71 import javax.management.openmbean.OpenMBeanConstructorInfo;
248 new OpenMBeanConstructorInfo[] {ombci1, ombci2},
/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardMBean.java44 import javax.management.openmbean.OpenMBeanConstructorInfo;
870 if (ci instanceof OpenMBeanConstructorInfo) {

Completed in 57 milliseconds