Menu

#323 Sort MBeans in Console

v3.0 Rabbit Hole
closed-fixed
JBossMX (22)
5
2002-12-15
2002-12-03
No

The management console wasn't sorting MBeans by
name. This was inconvenient when a large number of
MBeans were part of the same domain.

Implementing Comparable in
org.jboss.jmx.adaptor.model.MBeanData and sorting the
result of domainData.getData() in displayMBeans.jsp
causes the console to sort the MBeans by name.

Discussion

  • Peter Callies

    Peter Callies - 2002-12-03

    displayMBeans.jsp and MBeanData.java

     
  • Scott M Stark

    Scott M Stark - 2002-12-15
    • assigned_to: nobody --> starksm
    • status: open --> closed-fixed
     

Log in to post a comment.