Working with JMX MBeans on Liberty
You can access the attributes and call the operations of Java™ Management Extensions (JMX) management beans (MBeans) on Liberty. In addition, you can register your own MBeans from an application running on Liberty .
About this task
The primary interfaces for interacting with MBeans on
Liberty are as follows:
- javax.management.MBeanServer, which is for application code running on Liberty.
- javax.management.MBeanServerConnection, which is for external code running in a separate Java virtual machine.