gr.uoa.di.madgik.execution.utils
Class BackgroundExecution

java.lang.Object
  extended by gr.uoa.di.madgik.execution.utils.BackgroundExecution
All Implemented Interfaces:
Runnable

public class BackgroundExecution
extends Object
implements Runnable


Field Summary
 IPlanElement Element
           
 ExecutionException Error
           
 boolean ExecutionCompleted
           
 
Constructor Summary
BackgroundExecution(IPlanElement Element, ExecutionHandle Handle, Boolean synchWorker)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Element

public IPlanElement Element

Error

public ExecutionException Error

ExecutionCompleted

public boolean ExecutionCompleted
Constructor Detail

BackgroundExecution

public BackgroundExecution(IPlanElement Element,
                           ExecutionHandle Handle,
                           Boolean synchWorker)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2013. All Rights Reserved.