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
          An implementation of CompositeData.
 

Methods in javax.management.openmbean that return CompositeData
 CompositeData TabularData.get(Object[] key)
          Retrieve the composite data for the passed index.
 CompositeData TabularDataSupport.get(Object[] key)
           
 CompositeData TabularData.remove(Object[] key)
          Removes the value for the passed and returns the removed value, or null if the key was not present.
 CompositeData TabularDataSupport.remove(Object[] key)
           
 

Methods in javax.management.openmbean with parameters of type CompositeData
 Object[] TabularData.calculateIndex(CompositeData value)
          Calculate the index for the value passed if it were added to the tabular data.
 Object[] TabularDataSupport.calculateIndex(CompositeData value)
           
 boolean TabularData.containsValue(CompositeData value)
          Determine whether the tabular data contains the passed value.
 boolean TabularDataSupport.containsValue(CompositeData value)
           
 void TabularData.put(CompositeData value)
          Add a value to the tabular data.
 void TabularDataSupport.put(CompositeData value)
           
 void TabularData.putAll(CompositeData[] values)
          Add all the passed values.
 void TabularDataSupport.putAll(CompositeData[] values)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.