This is what I'm using to query my services (e.g. an SMTP service):
| ObjectName smtpService = new ObjectName("domain.com:service=SmtpService");
| setSmtpStatus((String)server.getAttribute(smtpService, "StateString"));
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019054#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...