MBeans:
There may be any of the java objects in which we can store / retrieve Serializable / Externalizable objects using methods.
Based on the design pattern used in objects, we can distinguish between standard (static) and dynamic. It is recommended that you maintain an interface class name that is populated with an MBean.
MXBeans:
refers only to a predefined set of types. It is recommended that you maintain the interface class name populated by MXBean. Implements a dynamic or custom JavaBean interface.
Using MXBean, we can make it easy for any client to use MBeans. Additional information required to use MXBean.
See here
user2704588 Aug 21 '13 at 17:20 2013-08-21 17:20
source share