[jboss-user] [JMX] - JNDI lookup for all the mbeans in JBoss

prashanthkasulabadha do-not-reply at jboss.com
Mon Oct 5 09:56:25 EDT 2009


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#4258670

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258670



More information about the jboss-user mailing list