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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...