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

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

public class ReactionPickHandler
extends Object
implements IContingencyReactionHandler


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

ReactionPickHandler

public ReactionPickHandler()
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 © 2012. All Rights Reserved.