gr.uoa.di.madgik.execution.plan.element.contingency
Class ReactionNoneHandler

java.lang.Object
  extended by gr.uoa.di.madgik.execution.plan.element.contingency.ReactionNoneHandler
All Implemented Interfaces:
IContingencyReactionHandler

public class ReactionNoneHandler
extends Object
implements IContingencyReactionHandler


Constructor Summary
ReactionNoneHandler()
           
 
Method Summary
 IContingencyReaction GetReactionToHandle()
           
 void Handle(String ID, Exception ex, ExecutionHandle Handle, PlanElementBase PlanElement)
           
 void SetReactionToHandle(IContingencyReaction Reaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReactionNoneHandler

public ReactionNoneHandler()
Method Detail

SetReactionToHandle

public void SetReactionToHandle(IContingencyReaction Reaction)
                         throws ExecutionInternalErrorException
Specified by:
SetReactionToHandle in interface IContingencyReactionHandler
Throws:
ExecutionInternalErrorException

GetReactionToHandle

public IContingencyReaction GetReactionToHandle()
Specified by:
GetReactionToHandle in interface IContingencyReactionHandler

Handle

public void Handle(String ID,
                   Exception ex,
                   ExecutionHandle Handle,
                   PlanElementBase PlanElement)
            throws ExecutionRunTimeException,
                   ExecutionInternalErrorException,
                   ExecutionCancelException,
                   ExecutionBreakException
Specified by:
Handle in interface IContingencyReactionHandler
Throws:
ExecutionRunTimeException
ExecutionInternalErrorException
ExecutionCancelException
ExecutionBreakException


Copyright © 2013. All Rights Reserved.