The link I provided is to a section named "1.3.2 Connecting to JMX Using RMI",
in which two paragraphs later contains an example program "Example 1.12. A JMX
client that uses the RMIAdaptor". The only thing missing from the example is the
import statements, here they are:
import javax.management.MBeanServerConnection;
import javax.management.ObjectName;
You should be able to find the javadoc for those classes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026524#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...