| Interface | Description |
|---|---|
| MBeanRegistration |
Can be implemented by an MBean Manager in order to provide operations of
Registration and unRegistration.
|
| Class | Description |
|---|---|
| MBeanManager |
This is the main class for MBean manipulation on the agent side.
|
| MBeanRegistrar |
An
MBeanRegistrar which registers the specified MBean with the
MBeanManager.Implemented for type safety and easy integration with the Spring or any other tools. Attempts to register the given mBean as an MBean with the
default MBeanServer. |
| MBeanUnRegistrar |
An
MBeanUnRegistrar which Un registers the specified MBean from the
MBeanManager.Implemented for type safety and easy integration with the Spring or any other tools. |
Copyright © 2016 utils4j. All Rights Reserved.