users@ejb-spec.java.net

[ejb-spec users] [jsr345-experts] Re: Thread interruption by container

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Fri, 18 May 2012 10:49:03 -0700

I think it was left undefined on purpose so that those who already
handle interruption during method execution can continue to do so, but
those who don't, are not forced to change their code either.

-marina

Carlo de Wolf wrote:
> Is thread interruption by the container allowed or not?
>
> The spec is inconclusive on this point, while we assumed it was not
> allowed during async cancel design.
>
> Carlo