|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.vremanagement.resourcebroker.impl.planbuilders.PlanBuilderTask
org.gcube.vremanagement.resourcebroker.impl.planbuilders.generictasks.AssignGHNTask
public class AssignGHNTask
This task is usually used at the and of decision making chain. If the request still contains some package groups that have not been assigned, it retrieves the list of all the other ghn available, sorts them according to the running instances and tries to complete the plan decision.
Constructor Summary | |
---|---|
AssignGHNTask()
|
Method Summary | |
---|---|
PlanBuilderElem |
makeDecision(PlanBuilderElem input)
Declares a decision making strategy over PlanBuilderElem
elements. |
Methods inherited from class org.gcube.vremanagement.resourcebroker.impl.planbuilders.PlanBuilderTask |
---|
setID |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssignGHNTask()
Method Detail |
---|
public final PlanBuilderElem makeDecision(PlanBuilderElem input) throws PlanBuilderException
PlanBuilderTask
PlanBuilderElem
elements.
makeDecision
in class PlanBuilderTask
input
- PlanBuilderElem
the required data to make a decision plan.
PlanBuilderElem
with the initial request and response
possibly modified in accordance to the decision making strategy.
PlanBuilderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |