Menu

#268 Provide better MBean descriptions

v3.2
open
JBossMX (25)
5
2003-11-11
2003-11-11
No

Allow to have MBean Descriptions stored in
server/.../conf/xmdesc/ as XMBeans.
This serves to give better descriptions of MBean
operations and attributes to the end user calling the
MBean Views in JMX console.
Jboss_xmbean_1_1.dtd is a clone of the 1.0 version with
two entities 'defops' and 'defattrs' for the default
Mbean operations and attributes.
JNDIView-xmbean.xml is the first MBean-'Description'
file which is meant as example and also uses the new
DTD and its two entites.

Discussion

  • Juha Lindfors

    Juha Lindfors - 2003-11-11

    Logged In: YES
    user_id=175239

    Please keep with standardized XML naming rather than mixing
    more naming styles into same schema.

    defaultOperations and defaultAttributes

    What are these defaults for?

     
  • Heiko W.Rupp

    Heiko W.Rupp - 2003-12-02

    Logged In: YES
    user_id=217112

    Ok wrt. naming.
    The defaults are for providing an easier way to developers in
    writing XMBeans, as the lifecycle methods and state attribute
    (s) can be written as an XML entity rather than writing them
    completely out each time.

     
  • Juha Lindfors

    Juha Lindfors - 2003-12-02

    Logged In: YES
    user_id=175239

    Yes saw that, it is a good idea.

    Thanks.

     

Log in to post a comment.