|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.ext.scilab.SciEngine
public class SciEngine
This class activates a new JVM which wraps the Scilab Engine and forwards the Scilab tasks
Constructor Summary | |
---|---|
SciEngine()
default constructor |
|
SciEngine(java.lang.String idEngine)
|
Method Summary | |
---|---|
BooleanWrapper |
activate()
Activate a new JVM to wrap a worker |
SciResult |
execute(SciTask sciTask)
execute a task |
void |
exit()
|
void |
killWorker()
Kill the worker related the task It is an immediat services |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SciEngine()
public SciEngine(java.lang.String idEngine)
idEngine
- Method Detail |
---|
public void exit()
public SciResult execute(SciTask sciTask)
sciTask
- Scilab task
public BooleanWrapper activate()
public void killWorker()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |