Uses of Class
gr.uoa.di.madgik.execution.utils.BoundaryIsolationInfo

Packages that use BoundaryIsolationInfo
gr.uoa.di.madgik.execution.engine   
gr.uoa.di.madgik.execution.plan.element   
gr.uoa.di.madgik.execution.plan.element.invocable   
 

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

Methods in gr.uoa.di.madgik.execution.engine that return BoundaryIsolationInfo
 BoundaryIsolationInfo ExecutionHandle.GetIsolationInfo()
          Gets the isolation info.
 

Methods in gr.uoa.di.madgik.execution.engine with parameters of type BoundaryIsolationInfo
 void ExecutionHandle.SetIsolationInfo(BoundaryIsolationInfo IsolationInfo)
          Sets the isolation info.
 

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

Fields in gr.uoa.di.madgik.execution.plan.element declared as BoundaryIsolationInfo
 BoundaryIsolationInfo BoundaryPlanElement.Isolation
          The remote execution container can be isolated to a sub-directory temporarily created for this execution purposes so that files created during this execution do not overlap with other executions taking place in parallel.
 

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

Constructors in gr.uoa.di.madgik.execution.plan.element.invocable with parameters of type BoundaryIsolationInfo
BoundaryHandler(IPlanElement PlanToSend, VariableCollection VarsToSend, gr.uoa.di.madgik.environment.hint.EnvHintCollection HintsToSend, ExecutionHandle Handle, String ID, String Name, BoundaryConfig Config, BoundaryIsolationInfo IsolationToSend, PlanConfig PlanConfigToSend, Set<ExecutionAttachment> Attachments)
           
 



Copyright © 2013. All Rights Reserved.