|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExecutorResult in org.ourgrid.common.executor |
---|
Methods in org.ourgrid.common.executor that return ExecutorResult | |
---|---|
protected ExecutorResult |
AbstractExecutor.catchOutput(java.lang.Process process)
Creates and returns a instance of ExcecutorResult that will contain the informations about the finished process. |
ExecutorResult |
Win32Executor.getResult(ExecutorHandle handle)
|
ExecutorResult |
SWANExecutor.getResult(ExecutorHandle handle)
Returns the result of a execution especified by a handle. |
ExecutorResult |
LinuxExecutor.getResult(ExecutorHandle handle)
|
ExecutorResult |
Executor.getResult(ExecutorHandle handle)
Blocks until the command finishes and returns its result |
Uses of ExecutorResult in org.ourgrid.common.gum |
---|
Methods in org.ourgrid.common.gum that return ExecutorResult | |
---|---|
ExecutorResult |
GumClient.getResult(ExecutorHandle handle)
|
ExecutorResult |
Gum.getResult(ExecutorHandle handle)
Gives access to the result of execution. |
ExecutorResult |
FakeGumClient.getResult(ExecutorHandle handle)
|
Uses of ExecutorResult in org.ourgrid.common.security |
---|
Fields in org.ourgrid.common.security declared as ExecutorResult | |
---|---|
protected ExecutorResult |
KeyToolWrapper.result
Store the result of the execution of the KeyTool |
Uses of ExecutorResult in org.ourgrid.gridmachine.useragent |
---|
Methods in org.ourgrid.gridmachine.useragent that return ExecutorResult | |
---|---|
ExecutorResult |
UserAgentServerImpl.getResult(ExecutorHandle handle)
|
ExecutorResult |
UserAgentClient.getResult(ExecutorHandle handle)
|
Uses of ExecutorResult in org.ourgrid.gridmachine.useragent.test |
---|
Methods in org.ourgrid.gridmachine.useragent.test that return ExecutorResult | |
---|---|
ExecutorResult |
FakeUserAgentServer.getResult(ExecutorHandle handle)
|
Uses of ExecutorResult in org.ourgrid.mygrid.replicaexecutor.exception |
---|
Methods in org.ourgrid.mygrid.replicaexecutor.exception that return ExecutorResult | |
---|---|
ExecutorResult |
ReplicaFailedException.getReplicaResult()
Gets the result of the replica that failed |
Constructors in org.ourgrid.mygrid.replicaexecutor.exception with parameters of type ExecutorResult | |
---|---|
ReplicaFailedException(ReplicaEntry replica,
ExecutorResult replicaResult)
Main constructor. |
|
ReplicaFailedException(ReplicaEntry replica,
ExecutorResult replicaResult,
java.lang.Throwable newDetail)
Constructor. |
Uses of ExecutorResult in org.ourgrid.mygrid.scheduler |
---|
Methods in org.ourgrid.mygrid.scheduler that return ExecutorResult | |
---|---|
ExecutorResult |
ReplicaExecutorResult.getFinalResult()
Returns the 'FINAL' result. |
ExecutorResult |
ReplicaExecutorResult.getInitResult()
Returns the 'INIT' result. |
ExecutorResult |
ReplicaExecutorResult.getRemoteResult()
Returns the 'REMOTE' result. |
ExecutorResult[] |
ReplicaExecutorResult.getResults()
Returns an array containing the results of all replica phases: Init, Input, Remote, Output and Final. |
Methods in org.ourgrid.mygrid.scheduler with parameters of type ExecutorResult | |
---|---|
void |
ReplicaExecutorResult.setFinalResult(ExecutorResult finalResult)
Sets the 'FINAL' result. |
void |
ReplicaExecutorResult.setInitResult(ExecutorResult initResult)
Sets the 'INIT' result. |
void |
ReplicaExecutorResult.setRemoteResult(ExecutorResult remoteResult)
Sets the 'REMOTE' result. |
Uses of ExecutorResult in org.ourgrid.mygrid.scheduler.test |
---|
Methods in org.ourgrid.mygrid.scheduler.test that return ExecutorResult | |
---|---|
ExecutorResult |
SleeperFakeUserAgentClient.getResult(ExecutorHandle handle)
|
Uses of ExecutorResult in org.ourgrid.peer.ebgum |
---|
Methods in org.ourgrid.peer.ebgum that return ExecutorResult | |
---|---|
ExecutorResult |
GumProxy.getResult(ExecutorHandle handle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |