| 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 |
|---|---|
JobConfiguration |
JobConfiguration.addJobListener(JobListener listener)
Add a listener to the list of job listeners.
|
JobConfiguration |
ExecutorServiceConfiguration.getJobConfiguration()
Get the configuration to use for the jobs submitted by the executor service.
|
JobConfiguration |
JobConfiguration.removeJobListener(JobListener listener)
Remove a listener from the list of job listeners.
|
JobConfiguration |
JobConfiguration.setDataProvider(org.jppf.node.protocol.DataProvider dataProvider)
Set the job's data provider.
|
<T> JobConfiguration |
JobConfiguration.setPersistenceManager(JobPersistence<T> persistenceManager)
Set the persistence manager that enables saving and restoring the state of this job.
|
Copyright © 2005-2019 JPPF Team.