In my previous post I forgot to add the code which shows how I use the RMIAdaptor.

The following code below shows how I try to call the getBeanInfo method:

  |       InitialContext ic = new InitialContext();
  |       RMIAdaptor server = (RMIAdaptor) ic.lookup("jmx/rmi/RMIAdaptor");
  | 
  |       // Get the MBeanInfo for the MBean
  |       ObjectName name = new ObjectName("HelloWorld:name=helloWorld1");
  |       MBeanInfo info = server.getMBeanInfo(name);
  | 

Any help will be very much appreciated.

Thanks,
Jugma

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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to