Fix Pack 8501

Working with JMX MBeans on the Liberty profile

You can access the attributes and call the operations of Java™ Management Extensions (JMX) management beans (MBeans) on the Liberty profile. In addition, you can register your own MBeans from an application running on the Liberty profile.

About this task

The primary interfaces for interacting with MBeans on the Liberty profile are as follows:
  • javax.management.MBeanServer, which is for application code running on the Liberty profile.
  • 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

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Monday, 21 April 2014
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-base-iseries&topic=twlp_admin_mbeans
File name: twlp_admin_mbeans.html