| Package | Description |
|---|---|
| javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
| Modifier and Type | Method and Description |
|---|---|
ModelMBeanAttributeInfo |
ModelMBeanInfoSupport.getAttribute(String
|
ModelMBeanAttributeInfo |
ModelMBeanInfo.getAttribute(String
Returns a ModelMBeanAttributeInfo requested by name.
|
| Constructor and Description | |
|---|---|
ModelMBeanAttributeInfo(ModelMBeanAttributeInfo
Constructs a new ModelMBeanAttributeInfo object from this ModelMBeanAttributeInfo Object.
|
|
ModelMBeanInfoSupport(String
Creates a ModelMBeanInfoSupport with the provided information, but the descriptor is a default.
|
|
ModelMBeanInfoSupport(String
Creates a ModelMBeanInfoSupport with the provided information and the descriptor given in parameter.
|