|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
TabularDataSupport.get(Object[] key)
|
CompositeData |
TabularDataSupport.remove(Object[] key)
|
CompositeData |
TabularData.get(Object[] key)
Retrieve the composite data for the passed index. |
CompositeData |
TabularData.remove(Object[] key)
Removes the value for the passed and returns the removed value, or null if the key was not present. |
Methods in javax.management.openmbean with parameters of type CompositeData | |
Object[] |
TabularDataSupport.calculateIndex(CompositeData value)
|
boolean |
TabularDataSupport.containsValue(CompositeData value)
|
void |
TabularDataSupport.put(CompositeData value)
|
void |
TabularDataSupport.putAll(CompositeData[] values)
|
Object[] |
TabularData.calculateIndex(CompositeData value)
Calculate the index for the value passed if it were added to the tabular data. |
boolean |
TabularData.containsValue(CompositeData value)
Determine whether the tabular data contains the passed value. |
void |
TabularData.put(CompositeData value)
Add a value to the tabular data. |
void |
TabularData.putAll(CompositeData[] values)
Add all the passed values. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |