This class is a MBean that gets registered everytime you mark a class with {@link ManagementController}. It dynamicaly reads the fields and operations contained in a {@link ManagementController} class and exposes them to the MBean server. Everytime a clienttries to call an operation or read/write a property inside a ManagementController class, this class will call the appropriate method and pass the result to the MBean client.
@author SERPRO
|
|