WAS v8.5 > Administering applications and their environment > Administering the Liberty profile > Administering the Liberty profile manually > Connect to the Liberty profile using JMX

Working with JMX MBeans on the Liberty profile

This topic describes how to access the attributes and call the operations of Java™ Management Extensions (JMX) management beans (MBeans) on the Liberty profile. In addition, the topic lists the MBeans provided by the Liberty profile and shows the instructions on how to register our own MBeans from an application running on the Liberty profile.

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

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

See also

  1. Liberty profile: List of provided MBeans
  2. Liberty profile: Examples of accessing MBean attributes and operations
  3. Liberty profile: Examples of registering MBeans


Parent topic: Connect to the Liberty profile using JMX