See: Description
| Interface | Description |
|---|---|
| IExecutionContext |
An execution context.
|
| IRegisterMBeanErrorStrategy |
Strategy what to do if an error occurs during the registration of an
MBean |
| Class | Description |
|---|---|
| MBeans | |
| MCollections |
A managed collection automatically registers MBeans added to the collection and unregister them if they are removed from the collection.
Example: |
| MConstants |
| Enum | Description |
|---|---|
| MOperation.Impact |
| Exception | Description |
|---|---|
| MException |
Exception thrown by the management library if an
MBean cannot be registered |
| Annotation Type | Description |
|---|---|
| MAttribute |
Use this annotation to manage a value of a field or a value that is provided by bean accessor method as attribute of a
MBean. |
| MBean |
Use this annotation to manage an object as an MBean.
|
| MComposite |
Use this annotation on classes that are used as complex
attribute types. |
| MCompositionReference | |
| MInclude |
Use this annotation to include
MAttribute or MOperation of another class that is aggregated by the MBean as attribute and operations of the MBean itself. |
| MItem |
An item of a
MComposite. |
| MOperation |
Use this annotation to manage a method as operation of a
MBean. |
| MSizeAttribute |
Use this annotation to manage the size of an object as attribute on a
MBean. |
Copyright © 2016 AXON IVY AG. All rights reserved.