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

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

Uses of ExecutionInternalErrorException in gr.uoa.di.madgik.execution.engine
 

Methods in gr.uoa.di.madgik.execution.engine that throw ExecutionInternalErrorException
static void ExecutionEngine.Execute(ExecutionHandle Handle)
          Start the execution of the plan that is described by the provided ExecutionHandle
static EngineStatus ExecutionEngine.GetEngineStatus()
          Retrieves the status if the engine in this node
protected static boolean ExecutionEngine.isInitialized()
          Checks if execution engine is initialized
static ExecutionHandle ExecutionEngine.Submit(ExecutionPlan plan)
          Submit an execution plan to retrieve an ExecutionHandle
 

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

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

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

Methods in gr.uoa.di.madgik.execution.plan.element.contingency that throw ExecutionInternalErrorException
 IContingencyReactionHandler ContingencyReactionRetry.GetReactionHandler()
           
 IContingencyReactionHandler IContingencyReaction.GetReactionHandler()
           
 IContingencyReactionHandler ContingencyReactionPick.GetReactionHandler()
           
 IContingencyReactionHandler ContingencyReactionNone.GetReactionHandler()
           
 void ReactionNoneHandler.Handle(String ID, Exception ex, ExecutionHandle Handle, PlanElementBase PlanElement)
           
 void ReactionRetryHandler.Handle(String ID, Exception ex, ExecutionHandle Handle, PlanElementBase PlanElement)
           
 void IContingencyReactionHandler.Handle(String ID, Exception ex, ExecutionHandle Handle, PlanElementBase PlanElement)
           
 void ReactionPickHandler.Handle(String ID, Exception ex, ExecutionHandle Handle, PlanElementBase PlanElement)
           
 void ReactionNoneHandler.SetReactionToHandle(IContingencyReaction Reaction)
           
 void ReactionRetryHandler.SetReactionToHandle(IContingencyReaction Reaction)
           
 void IContingencyReactionHandler.SetReactionToHandle(IContingencyReaction Reaction)
           
 void ReactionPickHandler.SetReactionToHandle(IContingencyReaction Reaction)
           
 

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

Methods in gr.uoa.di.madgik.execution.plan.element.invocable that throw ExecutionInternalErrorException
 gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator NozzleHandler.CreateInletNozzle(gr.uoa.di.madgik.commons.channel.nozzle.INozzleConfig Config, ExecutionHandle Handle)
           
 void NozzleHandler.CreateOutletNozzle(gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator Locator)
           
 void NozzleHandler.Dispose()
           
 void NozzleHandler.Emitt(gr.uoa.di.madgik.commons.channel.events.ChannelPayloadStateEvent Event)
           
 String BoundaryHandler.EngineSideProtocol()
           
 

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

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

Uses of ExecutionInternalErrorException in gr.uoa.di.madgik.execution.plan.element.invocable.ws
 

Methods in gr.uoa.di.madgik.execution.plan.element.invocable.ws that throw ExecutionInternalErrorException
 void WSRESTProxyWrapper.Invoke(WSRESTCall methodCall, ExecutionHandle Handle)
           
 void WSSOAPProxyWrapper.Invoke(WSSOAPCall methodCall, ExecutionHandle Handle)
           
 

Constructors in gr.uoa.di.madgik.execution.plan.element.invocable.ws that throw ExecutionInternalErrorException
WSExecutionContext(String ContextID, String ExternalSender, gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator Locator, WSExecutionContextConfig Config)
           
 

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

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

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

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



Copyright © 2013. All Rights Reserved.