Jump to content

MBean: Difference between revisions

From cernipedia
Page created automatically by script
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
a managed Java object, similar to a JavaBeans component, that follows the design patterns set forth in the JMX specification [[Category:Abbreviations]] [[Category:FAPlist]]
'''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:FAPlist]]
[[Category:Pages linking to Wikipedia]]
[[Category:Software]]

Latest revision as of 09:14, 24 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.