|Hi Geeks
|
|SORRY that I bring up this discussion but during the implementation
|of JSR-77 I ran into a problem with the current drop of init() and
|destroy().
|
|Right now the life-cycle is:
|- create of the MBean
|- set attributes
|- call start()
|-----
|- call stop()
|
|But with JSR-77 I need to create the JSR-77 shadow MBean when
|the MBean is created BUT AFTER the attributes are set. On the
|other hand I cannot add the creation/destory of the JSR-77 MBean
|to start()/stop() because then I would lose the JSR-77 MBean when
|it is stopped (also from JSR-77).
|
|Long story short. I need init() as well as destroy() to have a callback
|when the object is ready to create the JSR-77 MBean (all attributes
|are set) as well as to know when the object is destroyed and not just
|stopped).

init (aka create) is back in as of yesterday, there was some commented code
that didn't bring it back to life fully I fixed that.  So you get
create/start/stop/destroy as a lifecycle.

I will (bulk) commit soon, I know I have been saying that for the past 3
weeks but it always is this way. I am debugging as we speak (slowly but
surely)

marcf


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to