Results 1 to 4 of 4

Thread: Register user defined MBean to MBeanServer in spring dm

  1. #1
    Join Date
    Nov 2008
    Posts
    232

    Default Register user defined MBean to MBeanServer in spring dm

    How do i register my MBeans to the MBeanServer configured for spring dm server

  2. #2
    Join Date
    Oct 2008
    Location
    Winchester, UK
    Posts
    535

    Default

    You can use the standard mechanism ManagementFactory.getPlatformMBeanServer() and then call the registerMBean method.
    Glyn Normington
    SpringSource

  3. #3
    Join Date
    Nov 2008
    Posts
    232

    Default

    Thanks Glyni t worked
    Last edited by vishalj; Oct 22nd, 2009 at 10:03 AM.

  4. #4
    Join Date
    Oct 2008
    Location
    Winchester, UK
    Posts
    535

    Default

    Thanks for letting me know.
    Glyn Normington
    SpringSource

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •