org.gcube.vremanagement.resourcebroker.impl.planbuilders.generictasks
Class PrintRequestTask

java.lang.Object
  extended by org.gcube.vremanagement.resourcebroker.impl.planbuilders.PlanBuilderTask
      extended by org.gcube.vremanagement.resourcebroker.impl.planbuilders.generictasks.PrintRequestTask

public class PrintRequestTask
extends PlanBuilderTask

For internal use only. Prints the request.

Author:
Daniele Strollo (ISTI-CNR)

Constructor Summary
PrintRequestTask()
           
 
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

PrintRequestTask

public PrintRequestTask()
Method Detail

makeDecision

public PlanBuilderElem makeDecision(PlanBuilderElem input)
                             throws PlanBuilderException
Description copied from class: PlanBuilderTask
Declares a decision making strategy over PlanBuilderElem elements.

Specified by:
makeDecision in class PlanBuilderTask
Parameters:
input - PlanBuilderElem the required data to make a decision plan.
Returns:
an element of type PlanBuilderElem with the initial request and response possibly modified in accordance to the decision making strategy.
Throws:
PlanBuilderException