public abstract class SerializableCallable<V extends java.io.Serializable>
extends java.lang.Object
implements java.util.concurrent.Callable<V>, java.io.Serializable
Constructor and Description |
---|
SerializableCallable() |
Modifier and Type | Method and Description |
---|---|
SerializableFuture |
schedule()
Schedule the task to be executed by the ExecutorService that is defined
for this application.
|
SerializableFuture |
schedule(java.lang.String serviceName)
Schedule the task to be executed by the specified ExecutorService.
|
public final SerializableFuture schedule()
public final SerializableFuture schedule(java.lang.String serviceName)