org.objectweb.proactive.ext.scilab
Class SciEngineWorker

java.lang.Object
  extended by org.objectweb.proactive.ext.scilab.SciEngineWorker
All Implemented Interfaces:
java.io.Serializable

public class SciEngineWorker
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SciEngineWorker()
           
 
Method Summary
 SciResult execute(SciTask sciTask)
          execute a task
static SciResult executeTask(SciTask sciTask)
           
 void exit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SciEngineWorker

public SciEngineWorker()
Method Detail

execute

public SciResult execute(SciTask sciTask)
execute a task

Parameters:
sciTask - Scilab task
Returns:
result of the computation

executeTask

public static SciResult executeTask(SciTask sciTask)

exit

public void exit()


Copyright 2001-2007 INRIA All Rights Reserved.