Uses of Interface
javax.management.openmbean.CompositeData

Packages that use CompositeData
javax.management.openmbean Provides the open data types and open mbean descriptors classes. 
 

Uses of CompositeData in javax.management.openmbean
 

Classes in javax.management.openmbean that implement CompositeData
 class CompositeDataSupport
          The CompositeDataSupport class is the open data class which implements the CompositeData interface.
 

Methods in javax.management.openmbean that return CompositeData
 CompositeData TabularDataSupport.get(java.lang.Object[] key)
          Returns the CompositeData value whose index is key, or null if there is no value mapping to key, in this TabularData instance.
 CompositeData TabularDataSupport.remove(java.lang.Object[] key)
          Removes the CompositeData value whose index is key from this TabularData instance, and returns the removed value, or returns null if there is no value whose index is key.
 CompositeData TabularData.get(java.lang.Object[] key)
          Returns the CompositeData value whose index is key, or null if there is no value mapping to key, in this TabularData instance.
 CompositeData TabularData.remove(java.lang.Object[] key)
          Removes the CompositeData value whose index is key from this TabularData instance, and returns the removed value, or returns null if there is no value whose index is key.
 

Methods in javax.management.openmbean with parameters of type CompositeData
 java.lang.Object[] TabularDataSupport.calculateIndex(CompositeData value)
          Calculates the index that would be used in this TabularData instance to refer to the specified composite data value parameter if it were added to this instance.
 boolean TabularDataSupport.containsValue(CompositeData value)
          Returns true if and only if this TabularData instance contains the specified CompositeData value.
 void TabularDataSupport.put(CompositeData value)
           
 void TabularDataSupport.putAll(CompositeData[] values)
          Add all the elements in values to this TabularData instance.
 java.lang.Object[] TabularData.calculateIndex(CompositeData value)
          Calculates the index that would be used in this TabularData instance to refer to the specified composite data value parameter if it were added to this instance.
 boolean TabularData.containsValue(CompositeData value)
          Returns true if and only if this TabularData instance contains the specified CompositeData value.
 void TabularData.put(CompositeData value)
          Adds value to this TabularData instance.
 void TabularData.putAll(CompositeData[] values)
          Add all the elements in values to this TabularData instance.
 


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.