net.officefloor.frame.internal.structure
Interface JobNodeActivateSet

All Known Subinterfaces:
JobNodeActivatableSet
All Known Implementing Classes:
JobNodeActivatableSetImpl

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.

Author:
Daniel Sagenschneider

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

addJobNode

void addJobNode(JobNode jobNode)
Adds a JobNode to be activated.

Parameters:
jobNode - JobNode to be activated.

addJobNode

void addJobNode(JobNode jobNode,
                Throwable failure)
Adds an JobNode to be activated with the failure set on the ThreadState of the JobNode.

Parameters:
jobNode - JobNode to be activated.
failure - Failure for the JobNode to handle.


Copyright © 2005-2013. All Rights Reserved.