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.
You can use an instance of either of these interfaces to access the attributes and call the operations of MBeans.

Procedure


Icon that indicates the type of topic Task topic



Timestamp icon Last updated: Monday, 5 December 2016
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-libcore-mp&topic=twlp_admin_mbeans
File name: twlp_admin_mbeans.html