MBean: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
'''MBean''' is a managed Java object, similar to a JavaBeans component, that follows the design patterns set forth in the JMX specification | '''MBean''' is a managed Java object, similar to a JavaBeans component, that follows the design patterns set forth in the JMX specification. | ||
For more information, see [[wikipedia:Java Management Extensions#Managed beans|Wikipedia]]. | |||
[[Category:Abbreviations]] [[Category:FAPlist]] | [[Category:Abbreviations]] [[Category:FAPlist]] | ||
[[Category:Pages linking to Wikipedia]] | |||
[[Category:Software]] | |||
Revision as of 14:52, 23 April 2026
MBean is a managed Java object, similar to a JavaBeans component, that follows the design patterns set forth in the JMX specification.
For more information, see Wikipedia.