JBoss XMBeans
XMBeans are the JBoss JMX implementation version of the JMX ModelMBean. XMBeans have the richness of the DynamicMBean metadata without the tedious programming required by a direct implementation of the DynamicMBean interface. The JBoss Model MBean implementation allows one to specify the management interface of a component through a XML descriptor, hence the X in XMBean. In addition to providing a simple mechanism for describing the metadata required for a DynamicMBean, XMBeans also allow for the specification of attribute persistence, caching behavior, and even advanced customizations like the MBean implementation interceptors.
Related
XMBean DTD $JBOSS_HOME/docs/dtd/jboss_xmbean_1_1.dtd
Comments