gr.uoa.di.madgik.execution.plan.element.invocable.ws
Class WSExecutionContext

java.lang.Object
  extended by gr.uoa.di.madgik.execution.plan.element.invocable.ws.WSExecutionContext
All Implemented Interfaces:
IExecutionContext

public class WSExecutionContext
extends Object
implements IExecutionContext


Constructor Summary
WSExecutionContext(String ContextID, String ExternalSender, gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator Locator, WSExecutionContextConfig Config)
           
 
Method Summary
 void Close()
           
 gr.uoa.di.madgik.grs.proxy.IProxy GetProxy()
           
 void Report(int CurrentStep, int TotalSteps)
           
 void Report(int CurrentStep, int TotalSteps, String Message)
           
 void Report(String Message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSExecutionContext

public WSExecutionContext(String ContextID,
                          String ExternalSender,
                          gr.uoa.di.madgik.commons.channel.proxy.IChannelLocator Locator,
                          WSExecutionContextConfig Config)
                   throws ExecutionInternalErrorException
Throws:
ExecutionInternalErrorException
Method Detail

GetProxy

public gr.uoa.di.madgik.grs.proxy.IProxy GetProxy()
Specified by:
GetProxy in interface IExecutionContext

Report

public void Report(String Message)
Specified by:
Report in interface IExecutionContext

Report

public void Report(int CurrentStep,
                   int TotalSteps)
Specified by:
Report in interface IExecutionContext

Report

public void Report(int CurrentStep,
                   int TotalSteps,
                   String Message)
Specified by:
Report in interface IExecutionContext

Close

public void Close()
Specified by:
Close in interface IExecutionContext


Copyright © 2013. All Rights Reserved.