[jboss-user] [Management, JMX/JBoss] - Re: How can I receive notification when Servlet stats change

2008-06-19 Thread francis1970
There's an attribute called stats tied to that Object. You can retreive it with: org.jboss.management.j2ee.statistics.ServletStatsImpl obj = | (org.jboss.management.j2ee.statistics.ServletStatsImpl )server.getAttribute( objName, |stats); |

[jboss-user] [Management, JMX/JBoss] - Re: How can I receive notification when Servlet stats change

2008-06-18 Thread jaikiran
What exactly does stats change mean? JBoss emits the following notifications http://wiki.jboss.org/wiki/NotificationsEmittedByJBossMBeans View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159047#4159047 Reply to the post :