MBean features
There are two MBeans that are included in the latest version. Both are generic MBeans that means they do not depend on JBoss or anything else. You can use these two in every JMX enabled environment.
The simple MBean
This is a standard MBean. It covers some basic functionality:- load or reload a configuration
- save configuration
- set properties
- remove property
- shows the current configuraion
The dynamic MBean
This MBean is currently more in a beta state. The idea is that we create a dynamic MBean for every category in a configuration. It is working but so far it has a very limited functionality.The JBoss MBeans
There is also a MBean available for JBoss. This MBean will read a configuration and put this inside the JBoss jndi namespace.We have have two MBeans one for JBoss2.4x and one for JBoss3x.
Note: These MBeans are not compatible to the latest version of jConfig and we are not planing to support them further.
The documentation is here