1 Reply Latest reply on Jul 27, 2002 3:15 PM by marc.fleury

    MBean example

    ericmacau

      Hello,

      Is there any simple MBean example for me to learn how to build MBean in JBoss ?

      Best regards,
      Eric

        • 1. Re: MBean example
          marc.fleury

          Yeah, short of the free docs (real soon, production done and available in CVS) you can open any file in the deploy directory and try to build your own mbean from the class the files define, you will find how to extend ServiceMBean and how to integrate in JBoss (by putting one of the XML files you will look at)

          Also the JMX book from Juha is really detailed and details oriented