public class TaskResultEvent extends EventObject
source| Constructor and Description |
|---|
TaskResultEvent(List<JPPFTask> taskList,
Throwable throwable)
Initialize this event with a specified list of tasks.
|
| Modifier and Type | Method and Description |
|---|---|
List<JPPFTask> |
getTaskList()
Get the list of tasks whose results have been received from the server.
|
Throwable |
getThrowable()
Get the throwable eventually raised while receiving the results.
|
getSource, toStringpublic List<JPPFTask> getTaskList()
JPPFTask.getPosition() for each task.JPPFTask instances.public Throwable getThrowable()
Throwable instance, or null if no exception or error was raised.Copyright © 2005-2012 JPPF Team.