GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing javax.management.openmbean.CompositeData | |
class | Provides an implementation of the CompositeData
interface.
|
Constructors with parameter type javax.management.openmbean.CompositeData | |
Constructs a new CompositeDataInvocationHandler
with the specified CompositeData instance.
|
Methods with parameter type javax.management.openmbean.CompositeData | |
Object[] | Calculates the index the specified CompositeData value
would have, if it was to be added to this TabularData
instance. |
Object[] | Calculates the index the specified CompositeData value
would have, if it was to be added to this TabularData
instance. |
boolean | Returns true iff this instance of the TabularData class
contains the specified CompositeData value.
|
boolean | Returns true iff this instance of the TabularData class
contains the specified CompositeData value.
|
void | Adds the specified CompositeData value to the
table. |
void | Adds the specified CompositeData value to the
table. |
void | Adds each of the specified CompositeData values
to the table. |
void | Adds each of the specified CompositeData values
to the table. |
Methods with return type javax.management.openmbean.CompositeData | |
CompositeData | Retrieves the CompositeData value for the specified
key, or null if no such mapping exists.
|
CompositeData | Retrieves the CompositeData value for the specified
key, or null if no such mapping exists.
|
CompositeData | Returns the CompositeData instance which provides
the key-value mappings for this instance. |
CompositeData | Removes the CompositeData value located at the
specified index. |
CompositeData | Removes the CompositeData value located at the
specified index. |
Methods with parameter type javax.management.openmbean.CompositeData | |
MemoryNotificationInfo |
Returns a MemoryNotificationInfo instance using the values
given in the supplied
CompositeData object.
|
MemoryUsage |
Returns a MemoryUsage instance using the values
given in the supplied
CompositeData object.
|
MonitorInfo |
Returns a MonitorInfo instance using the values
given in the supplied
CompositeData object.
|
ThreadInfo |
Returns a ThreadInfo instance using the values
given in the supplied
CompositeData object.
|
GNU Classpath (0.95) |