From: <aco...@jb...> - 2005-08-07 12:11:11
|
My thought was not to do this via the MBeanServer for various reasons, instead do it via an aspect on the actual attribute method itself. Reason being that I'm only interested in "@Configurable" notifications. Yes I can do that with a filter and all that jazz but it seems cleaner to me for some reason. Yes, your changes make sense. I had a good reason for the way I did it at the time... That reason escapes me and is probably crap. Whatever it was was certainly far less important than ease of use. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888796#3888796 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888796 |