| Package | Description |
|---|---|
| javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelMBeanInfoSupport
This class represents the meta data for ModelMBeans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelMBean.setModelMBeanInfo(ModelMBeanInfo
Initializes a ModelMBean object using ModelMBeanInfo passed in.
|
void |
RequiredModelMBean.setModelMBeanInfo(ModelMBeanInfo
Initializes a ModelMBean object using ModelMBeanInfo passed in.
|
| Constructor and Description | |
|---|---|
ModelMBeanInfoSupport(ModelMBeanInfo
Constructs a ModelMBeanInfoSupport which is a duplicate of the given ModelMBeanInfo.
|
|
RequiredModelMBean(ModelMBeanInfo
Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
|