It depends. If your component uses the "static policy" then the
binds/unbinds will not happen concurrently with the
activate/deactivate methods.

However, if you use "dynamic" policy then they certainly can happen
concurrently and you need to write your component to be thread-safe.

Regards
Neil

On Thu, Mar 5, 2009 at 9:52 AM, Reto Bachmann-Gmür
<reto.bachm...@trialox.org> wrote:
> I guess a simple question: is it guaranteed that the
> activate,deactivate, the bind- and unbind methods of a component are not
> called synchronously?
>
> Cheers,
> Reto
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
> For additional commands, e-mail: users-h...@felix.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to