tonva / pojo-mbean

Automatically exported from code.google.com/p/pojo-mbean
0 stars 0 forks source link

Move MBean registration from AbstractMBean class to separate MBeanRegistration class #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In line with "prefer composition over inheritance" guidelines as well as 
"separation of concerns", the bean registration capabilities of the 
AbstractMbean class should be moved to a separate MBeanRegistration class, that 
handles construction of ObjectName as well as registering MBeans with the MBean 
server.

Original issue reported on code.google.com by morten.h...@gmail.com on 9 Jul 2011 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by morten.h...@gmail.com on 9 Jul 2011 at 5:37

GoogleCodeExporter commented 9 years ago

Original comment by morten.h...@gmail.com on 9 Jul 2011 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by morten.h...@gmail.com on 9 Jul 2011 at 5:56

GoogleCodeExporter commented 9 years ago
Fixed in r41

Original comment by morten.h...@gmail.com on 9 Jul 2011 at 7:29