|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnvironmentException | |
---|---|
org.objectweb.proactive.calcium.examples.blast | This package contains an example of distributing the blast application with calcium. |
org.objectweb.proactive.calcium.examples.nqueens.bt2 | |
org.objectweb.proactive.calcium.interfaces | This package contains the main interfaces provided by the framework. |
org.objectweb.proactive.calcium.skeletons | This package contains the skeletons supported by the framework @author ProActive Team. |
Uses of EnvironmentException in org.objectweb.proactive.calcium.examples.blast |
---|
Methods in org.objectweb.proactive.calcium.examples.blast that throw EnvironmentException | |
---|---|
protected void |
AbstractExecuteCommand.execProcess(java.lang.String arguments,
java.io.File workingDirectory)
|
BlastParameters |
CleanBlast.execute(BlastParameters param)
|
BlastParameters |
ExecuteFormatDB.execute(BlastParameters param)
|
BlastParameters |
ExecuteFormatQuery.execute(BlastParameters param)
|
BlastParameters |
ExecuteBlast.execute(BlastParameters param)
|
java.net.URL |
ExecuteFormatDB.getProgramURL()
|
java.net.URL |
ExecuteFormatQuery.getProgramURL()
|
java.net.URL |
ExecuteBlast.getProgramURL()
|
protected abstract java.net.URL |
AbstractExecuteCommand.getProgramURL()
|
Uses of EnvironmentException in org.objectweb.proactive.calcium.examples.nqueens.bt2 |
---|
Methods in org.objectweb.proactive.calcium.examples.nqueens.bt2 that throw EnvironmentException | |
---|---|
java.util.Vector<Board> |
DivideBT2.divide(Board board)
|
Uses of EnvironmentException in org.objectweb.proactive.calcium.interfaces |
---|
Methods in org.objectweb.proactive.calcium.interfaces that throw EnvironmentException | |
---|---|
T |
Conquer.conquer(T parent,
java.util.Vector<T> param)
|
java.util.Vector<T> |
Divide.divide(T param)
|
boolean |
Condition.evalCondition(T param)
|
T |
Execute.execute(T param)
|
Uses of EnvironmentException in org.objectweb.proactive.calcium.skeletons |
---|
Methods in org.objectweb.proactive.calcium.skeletons that throw EnvironmentException | |
---|---|
Task<T> |
DaC.compute(Task<T> t)
|
Task<T> |
Map.compute(Task<T> t)
|
Task<T> |
Seq.compute(Task<T> t)
|
protected Task<T> |
DaC.conquer(Task<T> parent)
|
protected Task<T> |
DaC.divide(Task<T> parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |