I have a requirement where in I need to get the attribute of the MBean that I 
have exposed into a Jsp page. For this I was trying to do the below peice of 
code in my servlet

RMIAdaptor server = (RMIAdaptor) ic.lookup("jmx/rmi/RMIAdaptor");
ObjectName name = new ObjectName("jboss:service=JobMonitor");
MBeanInfo info = server.getMBeanInfo(name);
MBeanAttributeInfo[] attrInfo = info.getAttributes();                   
Is there any ways I can get the value of the MBeanAttributeInfo object that i 
fetch    or   is there any other means of working on  my requirements?


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to