Hi Chamikara ;

> Hi Deepal,
>
> What kind of notifications do u mean ?

I was talking about the Observer interface I was talking about , when
you add,remove or change a module or service then Axis2 will notify the
observers. So I thought dims was suggesting to extend that.

>
> We will need to listen to event changes like context creation, removal
> and property updates. But this does not hv to be done in every
> property get, set method call if ask the service authors to do
> something like following (as Rajith mentioned),
>
> context1.setProperty();
> context2.setProperty();
> clusterManager.updateState();
>
> We can further improve  this by hiding the updateState() call in a
> flush() method of the AbstractContext. This way clustering layer
> become almost transparent to the user. I.e. they will not hv to do any
> changes to their service code to make them clusterable.

That is sound good

Thanks
Deepal


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to