From: vickyk <do-...@jb...> - 2006-07-03 02:45:26
|
Yes, got it now!!!! I think my understanding about the usage of the MBeanProxyExt was wrong, I initilly though that this was used for optimization as I could see the invocation to getter/setter handled by simply invoking the corresponding attributes. Yes now I realize that this make code more readable/understandable than simply keeping the reflective calls in the code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954932#3954932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954932 |