anonymous wrote : I am not sure about this lookup, will it fetch all the 
mbeans. 
Did you even look at the javadoc for MBeanServerConnection? Like the 
queryMBeans() method? Perhaps looking at a JMX tutorial would help also.

1) What kind of connection string? Database connection? 
2) JBoss AS create sevearl MBeans for each WAR deployed. You can use the 
MBeanServerConnection.queryMBeans() method, with a properly formatted name 
string, to get those MBeans.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258941#4258941

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258941
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to