o.a.c.mbeans.*

2002-02-20 Thread Christopher K. St. John
It looks like the current mbeans code is mostly boilerplate. Is there a technical problem with using the information from mbeans-descriptors.xml to create dynamic mbeans that don't require hand-coded mbeans wrappers? -- Christopher St. John [EMAIL PROTECTED] DistribuTopia

Re: o.a.c.mbeans.*

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, Christopher K. St. John wrote: Date: Wed, 20 Feb 2002 13:05:34 -0600 From: Christopher K. St. John [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: o.a.c.mbeans.* It looks like the current mbeans code is mostly

Re: o.a.c.mbeans.*

2002-02-20 Thread Christopher K. St. John
Craig R. McClanahan wrote: It looks like the current mbeans code is mostly boilerplate. In what respect? Well, taking StandardHostMBean as an example, many of the methods take a String argument, convert it to an ObjectName, get the underlying object using getAttribute(), and then call