No. Only one thread at a time during a specific remote method call. Once the
call is finished, the bean can take any other invocation: it is absolutely
not dedicated to a particular client. If you call Remove, the container will
not even forward this call to the bean ejbRemove implementation (this method
is only called when the container want to remove the bean from the pool)


Cheers,


                                Sacha


> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Dmitri
> Colebatch
> afaik the server will only let one thread in a SLSB at a time, so I assume
> that the container will hold the instance as "busy" until you
> call remove.


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

Reply via email to