1 Reply Latest reply on May 14, 2003 3:53 PM by adrian.brock

    Dynamic MBeans

    moatas

      We have several MBeans deployed in JBoss, but I want to port these over to Dynamic MBeans. Is there any documentation on how these are deployed in JBoss? Do we implement or extend a different interface? Does the deployment descriptor change if we do that?

      Thanks!

      Birch

        • 1. Re: Dynamic MBeans

          Only the internal implementation changes
          for DynamicMBeans.

          To anything outside the MBeanServer, they
          look the same as a StandardMBean.

          So the answer is no.

          Regards,
          Adrian