2 Replies Latest reply on Jul 25, 2002 6:02 PM by bdueck

    Obtaining a ref to javax.management.MBeanServer

      Hi;

      Is there a way for me to obtain a reference to a javax.management.MBeanServer from a org.jboss.jmx.connector.RemoteMBeanServer?

      I have a client application that needs to use the standard javax.management.MBeanServer interface to operate against a remote JBoss MBeanServer.

      Wrapping RemoteMBeanServer with my own implementation that implements org.jboss.jmx.connector.RemoteMBeanServer is of course possible, but just thought there might be an easier/more direct way.

      Any thoughts?

      Thanks,

      Brian.

        • 1. Re: Obtaining a ref to javax.management.MBeanServer

          May have answered my own question on this...after browswing through CVS, I noticed in the changelog for v1.2 of RemoteMBeanServer that it now implements javax.management.MBeanServer.

          Has a version of JBoss with this change been released yet? Doesn't seem to be in 3.0.1RC1.

          Brian.

          • 2. Re: Obtaining a ref to javax.management.MBeanServer

            May have answered my own question on this...after browswing through CVS, I noticed in the changelog for v1.2 of RemoteMBeanServer that it now implements javax.management.MBeanServer.

            Has a version of JBoss with this change been released yet? Doesn't seem to be in 3.0.1RC1.

            Brian.