* Lew:
> I do not know of any interface that requires its implementations to be
> thread safe, anywhere in Java. The closest I can think of is the JPA
> javax.persistence.EntityManagerFactory, all extant implementations of
> which are thread-safe, but of course the interface cannot require
> that.
>
> Can you think of one that does?
java.util.concurrent.BlockingQueue and many others from the
java.util.concurrent package. This is not enforced by the language,
of course.
--
Florian Weimer <fweimer@bfk.de>
BFK edv-consulting GmbH http://www.bfk.de/
Kriegsstraße 100 tel: +49-721-96201-1
D-76133 Karlsruhe fax: +49-721-96201-99