Peter, I assume this is what you mean by accessing the MBean?

Context ctx = new InitialContext();
MBeanServerConnection mconn = 
(MBeanServerConnection)ctx.lookup("jmx/invoker/RMIAdaptor");
ObjectName name = new ObjectName("jboss.system:type=Server");

Thanks.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247971
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to