public interface ExecutorServiceConfiguration
JPPFExecutorService.
Instances of this interface hold the properties to associate to each job submitted by
the executor service, along with te properties to associate with each individual task.
This configuration interface represents a way to provide JPPF-specific properties without
explicitly breaking the semantics of the ExecutorService interface.| Modifier and Type | Method and Description |
|---|---|
JobConfiguration |
getJobConfiguration()
Get the configuration to use for the jobs submitted by the executor service.
|
TaskConfiguration |
getTaskConfiguration()
Get the configuration to use for the tasks submitted by the executor service.
|
JobConfiguration getJobConfiguration()
JobConfiguration instance.TaskConfiguration getTaskConfiguration()
TaskConfiguration instance.Copyright © 2005-2019 JPPF Team.