|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobNodeActivateSet
Set of JobNode instances that are to be activated.
The JobNode instances added will be activated at a later time when
locks are released to avoid dead-lock.
| Method Summary | |
|---|---|
void |
addJobNode(JobNode jobNode)
Adds a JobNode to be activated. |
void |
addJobNode(JobNode jobNode,
Throwable failure)
Adds an JobNode to be activated with the failure set on the
ThreadState of the JobNode. |
| Method Detail |
|---|
void addJobNode(JobNode jobNode)
JobNode to be activated.
jobNode - JobNode to be activated.
void addJobNode(JobNode jobNode,
Throwable failure)
JobNode to be activated with the failure set on the
ThreadState of the JobNode.
jobNode - JobNode to be activated.failure - Failure for the JobNode to handle.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||