Uses of Class
gr.uoa.di.madgik.execution.plan.element.PlanElementBase

Packages that use PlanElementBase
gr.uoa.di.madgik.execution.plan.element   
gr.uoa.di.madgik.execution.plan.element.contingency   
 

Uses of PlanElementBase in gr.uoa.di.madgik.execution.plan.element
 

Subclasses of PlanElementBase in gr.uoa.di.madgik.execution.plan.element
 class BagPlanElement
          This plan element acts as a container of other IPlanElements.
 class BoundaryPlanElement
          This class represents a requirement that the subplan that is stored in the BoundaryPlanElement.Root is to be executed in a remote execution container.
 class BreakPlanElement
          This element is meant to be used to break the execution of a plan.
 class CheckpointPlanElement
          This class is meant to be used in order to create a restoration point for the data used in the context of an execution plan.
 class ConditionalPlanElement
          This class represents a set of flows that are only executed in case their respective conditions are met.
 class FileTransferPlanElement
          This class can be used to mediate at the execution level the staging of files to and from the StorageSystem.
 class FlowPlanElement
          This plan element acts as a container of other IPlanElements.
 class LoopPlanElement
          This class acts as a container of a subplan which is executed iteratively until the condition defined in LoopPlanElement.LoopCondition evaluates to false.
 class ParameterProcessingPlanElement
          This class acts as a processing step that takes place outside any other IPlanElement.
 class PojoPlanElement
          This class acts as an invocation wrapper of a Java object enabling it to be directly included in the execution of a plan.
 class SequencePlanElement
          This plan element acts as a container of other IPlanElements.
 class ShellPlanElement
          This class acts as an invocation wrapper of a shell script, or in general an external executable, enabling it to be directly included in the execution of a plan.
 class TryCatchFinallyPlanElement
          This class acts as a try TryCatchFinallyPlanElement.TryFlow / catch (TryCatchFinallyPlanElement.CatchFlows) / finally (TryCatchFinallyPlanElement.FinallyFlow) block of execution.
 class WaitPlanElement
          This element is simply used to have the execution pause for a specific period of time
 class WSRESTPlanElement
          This class acts as an invocation wrapper of a web service enabling it to be directly included in the execution of a plan.
 class WSSOAPPlanElement
          This class acts as an invocation wrapper of a web service enabling it to be directly included in the execution of a plan.
 

Uses of PlanElementBase in gr.uoa.di.madgik.execution.plan.element.contingency
 

Methods in gr.uoa.di.madgik.execution.plan.element.contingency with parameters of type PlanElementBase
 void ReactionNoneHandler.Handle(String ID, Exception ex, ExecutionHandle Handle, PlanElementBase PlanElement)
           
 void ReactionRetryHandler.Handle(String ID, Exception ex, ExecutionHandle Handle, PlanElementBase PlanElement)
           
 void ReactionPickHandler.Handle(String ID, Exception ex, ExecutionHandle Handle, PlanElementBase PlanElement)
           
 void IContingencyReactionHandler.Handle(String ID, Exception ex, ExecutionHandle Handle, PlanElementBase PlanElement)
           
 



Copyright © 2013. All Rights Reserved.