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

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DCompositeDataSupport.java75 * are specified by <tt>itemValues[]</tt>, in the same order as in
79 * to specify the order in which the values are given in <tt>itemValues[]</tt>.
94 * names are listed, is used to match values in <tt>itemValues[]</tt>; must
97 * @param itemValues the values of the items, listed in the same order as
104 * <tt>itemNames[]</tt> or <tt>itemValues[]</tt> is null or empty, or one
106 * <tt>itemNames[]</tt> and <tt>itemValues[]</tt> are not of the same size.
109 * <tt>itemValues[]</tt>'s size differs from the number of items defined in
112 * of the elements in <tt>itemValues[]</tt> is not a valid value for the
116 CompositeType compositeType, String[] itemNames, Object[] itemValues)
118 this(makeMap(itemNames, itemValues), compositeTyp
115 CompositeDataSupport( CompositeType compositeType, String[] itemNames, Object[] itemValues) argument
121 makeMap( String[] itemNames, Object[] itemValues) argument
[all...]

Completed in 29 milliseconds