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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to