Uses of Interface
javax.management.openmbean.CompositeData

Packages that use CompositeData
javax.management.openmbean   
 

Uses of CompositeData in javax.management.openmbean
 

Classes in javax.management.openmbean that implement CompositeData
 class CompositeDataSupport
           
 

Methods in javax.management.openmbean that return CompositeData
 CompositeData TabularDataSupport.get(java.lang.Object[] key)
          This method validates the key Object[] parameter.
 CompositeData TabularDataSupport.remove(java.lang.Object[] key)
          Method validates the key checking for null, zero length and if items in the key are invalid as returned by @see OpenType isValue(Object obj)
 CompositeData TabularData.get(java.lang.Object[] key)
           
 CompositeData TabularData.remove(java.lang.Object[] 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 is it were added to this instance.This method checks for the type validity of the specified value, but does not check if the calculated index is already used to refer to a value, in this tabular data 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)
          Adds "value" to this TabularData instance, if value's composite type is the same as this instance's row type (ie the composite type returned by this.getTabularType().getRowType()), and if there is not already an existing value in this TabularData instance whose index is the same as the one calculated for the value to be added.
 void TabularDataSupport.putAll(CompositeData[] values)
          Adds all the elements in values to this TabularData instance.
 java.lang.Object[] TabularData.calculateIndex(CompositeData index)
          Calculates the index that would be used in this TabularData instance to refer to the specified CompositeData value parameter, if it were added.
 boolean TabularData.containsValue(CompositeData value)
           
 void TabularData.put(CompositeData value)
           
 void TabularData.putAll(CompositeData[] values)
           
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.