Hi,
Is it possible to register a MBean dynamically? If yes, how?
I tried to use:
| MBeanServer server = null;
| Context c = new InitialContext();
| RMIAdaptor a = (RMIAdaptor)c.lookup("jmx/rmi/RMIAdaptor");
| server = new RMIConnectorImpl(a);
|
| ObjectName tpMBeanName = n
thanks!
and is it possible to launch JBoss services from an application. Or I must use the run
launcher? In this case, how to select which service to turn on or off? using
jboss-service.xml?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842587#3842587
Reply
Hi,
I'm beginner with JBOSS. I would like to use JMX but without EJB or servlet. Is it
possible?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842581#3842581
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384258