[jboss-user] [Management, JMX/JBoss] - Re: How to get MBean domains?
jaikiran
do-not-reply at jboss.com
Thu Jul 20 08:34:43 EDT 2006
Is this what you want:
RMIAdaptor server = (RMIAdaptor) ic.lookup("jmx/invoker/RMIAdaptor");
| String domains[] = server.getDomains();
| for (int i=0;i<domains.length;i++) {
| System.out.println("Domain: " + domains);
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959540#3959540
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959540
More information about the jboss-user
mailing list