Skip Headers
Previous
Previous
 
Next
Next

Understanding Java MBeans

A Managed Bean, MBean, is a managed object that follows the design patterns that conform to the JMX specification. An MBean can represent a device, an application, or any resource that must be managed. The management interface of an MBean comprises a set of readable or writable attributes, operations, and notifications.

This is a brief introduction to MBeans and how they are accessed by Oracle Java Mission Control and contains the following: