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#4019054

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

Reply via email to