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.
Modifier and Type | Method and Description |
---|---|
void |
addJobNode(JobNode jobNode)
Adds a
JobNode to be activated. |
void |
addJobNode(JobNode jobNode,
Throwable failure)
|
Copyright © 2005–2016. All rights reserved.