Hi
Is there any option in JBoss to do a JNDILookup for the MBeanServer and get all the mbeans
information which could be similar to getting all the mbeans in weblogic like the below
code.
MBeanHome mbeanHome = null;
try {
... // Same as earlier example
mbeanHome =(MBeanHome)
ctx.lookup("weblogic.management.adminhome");
}
catch (NamingException ne) { ... }
Thanks in advance
Prashanth
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258670#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...