[jboss-dev-forums] [Design of Management Features on JBoss] - Re: How to Expose MBean Invocation Stats into admin-console?
ips
do-not-reply at jboss.com
Fri May 29 15:05:33 EDT 2009
Andrew,
I notice you are using MCBean:* as the component types for your MOs, e.g.:
(ComponentType{type=MCBean, subtype=*}), compName=jboss.j2ee:service=EJB3,name=UnsecuredStatelessBean-metrics-instance
>From the Jopr/client perspective, we prefer that each type of MO has a unique component type, rather than having to look at the MO's name to figure out exactly what type of MO it is. For example, we'd much prefer something like:
(ComponentType{type=MCBean, subtype=jboss.j2ee:service=EJB3}), compName=UnsecuredStatelessBean-metrics-instance
or even:
(ComponentType{type=EJB3, subtype=StatelessBean}), compName=UnsecuredStatelessBean
I think the latter style is what Scott wants to head twoard in the future (i.e. not exposing via the component type the impl detail that an MCBean or an MBean backs MOs of that type).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234202#4234202
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234202
More information about the jboss-dev-forums
mailing list