|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface NodeExecutionManager
Instances of this interface manage the execution of JPPF tasks by a node.
| Method Summary | |
|---|---|
JPPFDistributedJob |
getCurrentJob()
Get the job currently being executed. |
String |
getCurrentJobId()
Get the id of the job currently being executed. |
List<JPPFTask> |
getCurrentTasks()
Get the list of tasks currently being executed. |
| Method Detail |
|---|
JPPFDistributedJob getCurrentJob()
JPPFDistributedJob instance, or null if no job is being executed.List<JPPFTask> getCurrentTasks()
JPPFTask instances, or null if the node is idle.String getCurrentJobId()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||