2 Replies Latest reply on Aug 2, 2004 11:49 AM by dimitris

    Hierarchy

      Can there be some hierarchy between MBeans? (or anything that can influence the jmx-console so that i see it in a hierarchical manner?)

      I want my configuration to be hierarchical in example (just an example)

      Application conf
      -- startup conf
      -- unix startup conf
      -- windows startup conf
      -- shutdown conf

        • 1. Re: Hierarchy

          The indentation wasnt seen...here it is...

          Application conf
          ---- startup conf
          -------- unix startup conf
          -------- windows startup conf
          ---- shutdown conf

          • 2. Re: Hierarchy
            dimitris

            You could play with the jmx names, e.g. use the "domain" part of the jmx name to group mbeans, and the name=key pairs to form somekind of hierarchy, like in the jboss.management.local domain.

            e.g.

            mydomain.conf: ...

            mydomain.conf.startup: ...

            mydomain.conf.startup.unix: ...

            or

            mydomain:mode=startup
            mydomain:mode=startup,os=unix
            mydomain:mode=startup,os=win
            mydomain:mode=shutdown

            Just an idea
            /Dimitris