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

/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DCompositeData.java39 * The <tt>CompositeData</tt> interface specifies the behavior of a specific type of complex <i>open data</i> objects
45 public interface CompositeData { interface
51 * @return the type of this CompositeData.
64 * @throws InvalidKeyException if <tt>key</tt> is not an existing item name for this <tt>CompositeData</tt> instance.
77 * @throws InvalidKeyException if an element in <tt>keys</tt> is not an existing item name for this <tt>CompositeData</tt> instance.
82 * Returns <tt>true</tt> if and only if this <tt>CompositeData</tt> instance contains
88 * @return true if this <tt>CompositeData</tt> contains the key.
93 * Returns <tt>true</tt> if and only if this <tt>CompositeData</tt> instance contains an item
98 * @return true if this <tt>CompositeData</tt> contains the value.
103 * Returns an unmodifiable Collection view of the item values contained in this <tt>CompositeData</t
[all...]

Completed in 29 milliseconds