A managed bean - sometimes simply referred to as an MBean - is a type of JavaBean, created with dependency injection. Managed Beans are particularly used in the Java Management Extensions technology. But, with the Java EE 6 specification provides for a more detailed meaning of a managed bean.
JMX is based on a 3-level architecture:
► The Probe level contains the probes (called MBeans) instrumenting the resources. Also called the Instrumentation level.
► The Agent level, or MBeanServer, is the core of JMX. It is an intermediary between the MBean and the applications.
► The Remote Management level enables remote applications to access the MBeanServer through Connectors and Adaptors. A connector provides full remote access to the MBeanServer API using various communication frameworks (RMI, IIOP, JMS, WS), while an adaptor adapts the API to another protocol (SNMP) or to Web-based GUI (HTML/HTTP, WML/HTTP).
WLS8 supports JMX but it uses weblogic implementation of JMX server. It does not supports generalise sun javax API which can be used with any JVM. There are some patches available which can be used with WLS8 which will enabled JMX based monitoring. Once JMX is enable there are many monitoring tools available in the market. One can even go for custom JMX utilities which can be used for server monitoring.
Factory methods that will be used to create objects just like in a static way.
MX is conceptually simple, yet bears the fruit of years of domain experience and research. In a nutshell, JMX defines a standard means for applications to expose management functionality
1)Instrumentation level
2)Agent level
3)Management level
Webmaster 22nd of May 2012
Tell us what you feel about JMX (Java Management Extensions) Interview Questions and Answers
All comments will be published after review. No login or registration is required to post a comment on JMX (Java Management Extensions) Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
So start sharing your thoughts regarding JMX (Java Management Extensions) Interview Questions and Answers
Thank you.