This content has been marked as final.
Show 1 reply
-
1. Re: An easier way to get attribute value of an mbean?
tomerbd Jul 14, 2004 3:09 PM (in response to tomerbd)its ok i found it :)
InitialContext ctx = new InitialContext(); ObjectName objectName = new ObjectName("objectName..."); MBeanServer server = MBeanServerLocator.locateJBoss(); out.println(server.getAttribute(objectName, "attrName"));