[jboss-dev-forums] [Design of POJO Server] - Re: bean/mbean integration issue

adrian@jboss.org do-not-reply at jboss.com
Fri Jan 12 08:33:59 EST 2007


If as I suggested before, the BeanInfo becomes the main entry point for these
operations the code would look something like:


  | public Object get(String name) throws Throwable
  | {
  |       Object object = getTarget();
  |       BeanInfo info = getBeanInfo();
  |       return info.getPropertyValue(name, object);
  | }
  | 

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

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



More information about the jboss-dev-forums mailing list