Version 3

    JBoss provides a base implementation class for javax.management.DynamicMBean called org.jboss.mx.util.DynamicMBeanSupport, for which all interface methods are implemented as a no-op. This can be used to create simple dynamic MBeans that have no lifecycle operations.

     

    See ServiceDynamicMBeanSupport on how to create a dynamic JBoss service.