|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TaskResultListener | |
|---|---|
| org.jppf.client | Support for the clients connecting to the JPPF driver. |
| org.jppf.jca.work | Classes supporting the JPPF server connectivity for the JPPF resource adapter. |
| org.jppf.jca.work.submission | Classes supporting the management of asynchronous submission of tasks. |
| Uses of TaskResultListener in org.jppf.client |
|---|
| Classes in org.jppf.client that implement TaskResultListener | |
|---|---|
class |
JPPFResultCollector
Implementation of the TaskResultListener interface
that can be used "as is" to collect the results of an asynchronous job submission. |
| Methods in org.jppf.client that return TaskResultListener | |
|---|---|
TaskResultListener |
JPPFJob.getResultListener()
Get the listener that receives notifications of completed tasks. |
| Methods in org.jppf.client with parameters of type TaskResultListener | |
|---|---|
void |
JPPFJob.setResultListener(TaskResultListener resultsListener)
Set the listener that receives notifications of completed tasks. |
| Constructors in org.jppf.client with parameters of type TaskResultListener | |
|---|---|
JPPFJob(DataProvider dataProvider,
JPPFJobSLA jobSLA,
boolean blocking,
TaskResultListener resultsListener)
Initialize a job with the specified parameters. |
|
JPPFJob(DataProvider dataProvider,
JPPFJobSLA jobSLA,
JPPFJobMetadata jobMetadata,
boolean blocking,
TaskResultListener resultsListener)
Initialize a job with the specified parameters. |
|
JPPFJob(DataProvider dataProvider,
JPPFJobSLA jobSLA,
TaskResultListener resultsListener)
Initialize a non-blocking job with the specified parameters. |
|
JPPFJob(DataProvider dataProvider,
TaskResultListener resultsListener)
Initialize a non-blocking job with the specified parameters. |
|
JPPFJob(TaskResultListener resultsListener)
Initialize a non-blocking job with the specified parameters. |
|
| Uses of TaskResultListener in org.jppf.jca.work |
|---|
| Classes in org.jppf.jca.work that implement TaskResultListener | |
|---|---|
class |
JPPFJcaResultCollector
Implementation of the TaskResultListener interface
that can be used "as is" to collect the results of an asynchronous tasks submission. |
| Uses of TaskResultListener in org.jppf.jca.work.submission |
|---|
| Classes in org.jppf.jca.work.submission that implement TaskResultListener | |
|---|---|
class |
JPPFSubmissionResult
This class encapsulates the results of an asynchronous tasks submission. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||