| Package | Description |
|---|---|
| org.jppf.client.concurrent |
Classes supporting submission of tasks via distributed executor services
as specified in
java.util.concurrent. |
| Modifier and Type | Method and Description |
|---|---|
TaskConfiguration |
ExecutorServiceConfiguration.getTaskConfiguration()
Get the configuration to use for the tasks submitted by the executor service.
|
TaskConfiguration |
TaskConfiguration.setOnCancelCallback(org.jppf.client.taskwrapper.JPPFTaskCallback<Object> cancelCallback)
Set the delegate for the
onCancel() method. |
TaskConfiguration |
TaskConfiguration.setOnTimeoutCallback(org.jppf.client.taskwrapper.JPPFTaskCallback<Object> timeoutCallback)
Set the delegate for the
onTimeout() method. |
TaskConfiguration |
TaskConfiguration.setTimeoutSchedule(org.jppf.scheduling.JPPFSchedule timeoutSchedule)
Set the timeout set on the task.
|
Copyright © 2005-2019 JPPF Team.