Uses of Class
gr.uoa.di.madgik.execution.exception.ExecutionBreakException

Packages that use ExecutionBreakException
gr.uoa.di.madgik.execution.plan.element   
gr.uoa.di.madgik.execution.plan.element.contingency   
gr.uoa.di.madgik.execution.plan.element.invocable.simple   
gr.uoa.di.madgik.execution.plan.trycatchfinally   
gr.uoa.di.madgik.execution.utils   
 

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

Methods in gr.uoa.di.madgik.execution.plan.element that throw ExecutionBreakException
 void IPlanElement.Execute(ExecutionHandle Handle)
          Execute the element
 void PlanElementBase.Execute(ExecutionHandle Handle)
           
 void LoopPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void TryCatchFinallyPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void FileTransferPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void WaitPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void FlowPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void ShellPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void SequencePlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void BagPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void WSRESTPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void BreakPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void ConditionalPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void CheckpointPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
protected  void ParameterProcessingPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void WSSOAPPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void BoundaryPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
 void PojoPlanElement.ExecuteExtender(ExecutionHandle Handle)
           
protected abstract  void PlanElementBase.ExecuteExtender(ExecutionHandle Handle)
          Execute extender.
 void PlanElementBase.ExecuteWithStateAwareness(ExecutionHandle Handle)
          Execute with state awareness.
 

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

Methods in gr.uoa.di.madgik.execution.plan.element.contingency that throw ExecutionBreakException
 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)
           
 

Uses of ExecutionBreakException in gr.uoa.di.madgik.execution.plan.element.invocable.simple
 

Methods in gr.uoa.di.madgik.execution.plan.element.invocable.simple that throw ExecutionBreakException
 void ClassReflectionWrapper.Instantiate(CallBase constructorCall)
           
 void ClassReflectionWrapper.Invoke(CallBase methodCall)
           
 

Uses of ExecutionBreakException in gr.uoa.di.madgik.execution.plan.trycatchfinally
 

Methods in gr.uoa.di.madgik.execution.plan.trycatchfinally that throw ExecutionBreakException
 boolean CatchElement.Execute(String ID, ExecutionHandle Handle, ExecutionRunTimeException Cause)
           
 

Uses of ExecutionBreakException in gr.uoa.di.madgik.execution.utils
 

Methods in gr.uoa.di.madgik.execution.utils that throw ExecutionBreakException
static void ExceptionUtils.ThrowTransformedException(Exception ex)
           
static void ExceptionUtils.ThrowTransformedException(Throwable ex)
           
 



Copyright © 2012. All Rights Reserved.