tonva / pojo-mbean

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

Add support for MBeanRegistration callbacks #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The IntrospectedDynamicMBean should implement MBeanRegistration 
http://download.oracle.com/javase/6/docs/api/javax/management/MBeanRegistration.
html and delegate calls to the interface methods to the POJO MBean being 
introspected, provided the POJO MBean implements this very interface.

This way we allow client programmers to receive lifecycle callbacks without 
imposing any requirements or conceptual footprint to the 99+% who won't need it.

Original issue reported on code.google.com by morten.h...@gmail.com on 11 Jul 2011 at 11:55

GoogleCodeExporter commented 9 years ago

Original comment by morten.h...@gmail.com on 13 Jul 2011 at 11:52

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r137.

Original comment by morten.h...@gmail.com on 13 Jul 2011 at 9:31