Package javax.management.openmbean
Interface Summary |
CompositeData |
Provides an interface to a composite data structure,
in order to aid interoperability. |
OpenMBeanAttributeInfo |
Describes an attribute associated with an open management bean.
|
OpenMBeanConstructorInfo |
Describes a constructor for an open management bean.
|
OpenMBeanInfo |
Describes an open management bean. |
OpenMBeanOperationInfo |
Describes a operation for an open management bean.
|
OpenMBeanParameterInfo |
Describes the parameters of a constructor or operation associated
with an open management bean. |
TabularData |
Provides an interface to a specific type of composite
data structure, where keys (the columns) map to the
{@link CompositeData} objects that form the rows of
the table.
|
Exception Summary |
InvalidKeyException |
Thrown when an invalid key (a field name or row index) is
passed to a method of the {@link CompositeData} or
{@link TabularData} classes.
|
InvalidOpenTypeException |
Thrown when a open data value has an erroneous open
type.
|
KeyAlreadyExistsException |
Thrown when a key (a field name or row index) is passed to a method
of the {@link CompositeData} or {@link TabularData} classes and it
is found to already be in use.
|
OpenDataException |
Thrown when an instance of one of the open types, open
data objects or open metadata information objects could
not be created due to invalid construction parameters.
|