public abstract class SerializableCallable<V extends java.io.Serializable>
extends java.lang.Object
implements java.util.concurrent.Callable<V>, java.io.Serializable
A serializable callable that an executor service may invoke to perform
a task. The callable represents a tuple of a function definition and
its parameters. Serializable callables may be invoked in a different process
than where they are created.
Since:
release specific (what release of product did this appear in)