src/share/classes/javax/management/openmbean/CompositeType.java

Print this page

        

*** 79,89 **** * has no impact on the constructed <code>CompositeType</code> instance. * <p> * The Java class name of composite data values this composite type represents * (ie the class name returned by the {@link OpenType#getClassName() getClassName} method) * is set to the string value returned by <code>CompositeData.class.getName()</code>. ! * <p> * @param typeName The name given to the composite type this instance represents; cannot be a null or empty string. * <br>&nbsp; * @param description The human readable description of the composite type this instance represents; * cannot be a null or empty string. * <br>&nbsp; --- 79,89 ---- * has no impact on the constructed <code>CompositeType</code> instance. * <p> * The Java class name of composite data values this composite type represents * (ie the class name returned by the {@link OpenType#getClassName() getClassName} method) * is set to the string value returned by <code>CompositeData.class.getName()</code>. ! * * @param typeName The name given to the composite type this instance represents; cannot be a null or empty string. * <br>&nbsp; * @param description The human readable description of the composite type this instance represents; * cannot be a null or empty string. * <br>&nbsp;