| Package | Description |
|---|---|
| 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 |
JobListenerAdapter.jobDispatched(JobEvent event) |
void |
JobListener.jobDispatched(JobEvent event)
Called when a job, or a subset of its tasks, is sent to the server, or to the local executor.
|
void |
JobListenerAdapter.jobEnded(JobEvent event) |
void |
JobListener.jobEnded(JobEvent event)
Called when the execution of a job is complete.
|
void |
JobListenerAdapter.jobReturned(JobEvent event) |
void |
JobListener.jobReturned(JobEvent event)
Called when the execution of a subset of the tasks of a job is complete.
|
void |
JobListenerAdapter.jobStarted(JobEvent event) |
void |
JobListener.jobStarted(JobEvent event)
Called when the execution of a job is starting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPPFJobStream.jobEnded(JobEvent event)
This implementation of
JobListener.jobEnded(JobEvent) decreases the counter of running jobs,
notifies all threads waiting in next() and finally processes the results asynchronously. |
Copyright © 2005-2019 JPPF Team.