[jboss-user] [Management, JMX/JBoss] - Re: Retrieve ObjectName of webapp without id
chicklin
do-not-reply at jboss.com
Mon Feb 19 17:45:46 EST 2007
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
More information about the jboss-user
mailing list