Daniel Rall <[EMAIL PROTECTED]> writes:

> Though I don't know the original reasoning, I would assume the two
> hash lookups before using Class.forName() are there to avoid a race
> condition where another instance of BaseServiceBroker (BSB) had its
> getServiceInstance() method called with the same parameter and manages
> to sneak in and create the service instance in between our two
> lookups.

Excuse me, I didn't mean another instace of, but rather another
reference to the same BaseServiceBroker instance.

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

Reply via email to