| Package | Description |
|---|---|
| org.jppf.client | |
| org.jppf.client.concurrent |
Classes supporting submission of tasks via distributed executor services
as specified in
java.util.concurrent. |
| org.jppf.client.event |
Support for connection pool events,
connection status notifications,
job lifecycle events
and job queue events in the JPPF client.
|
| org.jppf.client.utils |
Support for job streaming.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JPPFJob.addJobListener(JobListener listener)
Add a listener to the list of job listeners.
|
void |
JPPFJob.removeJobListener(JobListener listener)
Remove a listener from the list of job listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPPFExecutorService
Implementation of an
ExecutorService wrapper around a JPPFClient. |
| Modifier and Type | Method and Description |
|---|---|
List<JobListener> |
JobConfiguration.getAllJobListeners()
Get all the job listeners added to this job configuration.
|
| Modifier and Type | Method and Description |
|---|---|
JobConfiguration |
JobConfiguration.addJobListener(JobListener listener)
Add a listener to the list of job listeners.
|
JobConfiguration |
JobConfiguration.removeJobListener(JobListener listener)
Remove a listener from the list of job listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobListenerAdapter
A convenience class which allows subclassing and implementing only the needed methods of
JobListener. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJPPFJobStream
Instances of this class provide a stream of JPPF jobs.
|
Copyright © 2005-2019 JPPF Team.