| Package | Description |
|---|---|
| javax.management.modelmbean |
Provides the definition of the ModelMBean classes.
|
| Modifier and Type | Method and Description |
|---|---|
ModelMBeanOperationInfo |
ModelMBeanInfoSupport.getOperation(String
|
ModelMBeanOperationInfo |
ModelMBeanInfo.getOperation(String
Returns a ModelMBeanOperationInfo requested by name.
|
| Constructor and Description | |
|---|---|
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.
|
|
ModelMBeanOperationInfo(ModelMBeanOperationInfo
Constructs a new ModelMBeanOperationInfo object from this ModelMBeanOperation Object.
|