[jboss-user] [Management, JMX/JBoss] - Re: How to get MBean domains?

jaikiran do-not-reply at jboss.com
Thu Jul 20 08:36:46 EDT 2006


I meant:

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[ i]);
  | }
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959543



More information about the jboss-user mailing list