+

Search Tips   |   Advanced Search

Work with JMX MBeans on the Liberty profile

The primary interfaces for interacting with MBeans on the Liberty profile :

We can use an instance of either of these interfaces to access the attributes and call the operations of MBeans.

To access MBeans run...

Then click on the MBeans tab.

For application code running on the Liberty profile, we can use a javax.management.MBeanServer instance using the following code:

For external code running in a separate Java virtual machine, we can use a javax.management.MBeanServerConnection instance.


Subtopics


Parent topic: Access local and JMX REST connectors