↧
Create and register MBean in MBeanServer
In this example we shall show you how to create and register an MBean in MBeanServer. An MBean is a managed Java object, similar to a JavaBeans component, that follows the design patterns set forth in...
View ArticleSend notification at MBean attribute change
This is an example of how to send a notification when an attribute of an MBean changes. An MBean is a managed Java object, similar to a JavaBeans component, that follows the design patterns set forth...
View ArticleList all JVM MBeans
With this example we are going to demonstrate how to list all JVM MBeans. An MBean is a managed Java object, similar to a JavaBeans component, that follows the design patterns set forth in the JMX...
View Article