We\'re doing some prototyping work and we\'re wondering if it is possible to interrupt a thread that performed an RMI call. If we call interrupt() on this thread, would it throw
java.util.concurrant is clearly a typo, which should be java.util.concurrent.
But more importantly, I don't see java.util.concurrent.ExecutorService anywhere. Did you mean java.util.concurrent.ExecutorCompletionService ?