public class RemoteJobManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
activeNodes |
| Constructor and Description |
|---|
RemoteJobManager(String scope,
int numberOfNodes) |
RemoteJobManager(String scope,
int numberOfNodes,
List<org.apache.axis.message.addressing.EndpointReferenceType> eprs) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveNodes() |
int |
getNumberOfNodes() |
float |
getStatus() |
void |
init(String scope,
int numberOfNodes) |
void |
setNumberOfNodes(int newNumberOfNodes) |
void |
stop() |
boolean |
uploadAndExecute(String serviceClass,
String serviceName,
String owner,
String localDir,
String remoteDir,
String outputDir,
String script,
List<String> arguments,
boolean deletefiles) |
boolean |
wasAborted() |
public RemoteJobManager(String scope, int numberOfNodes) throws Exception
Exceptionpublic int getActiveNodes()
public float getStatus()
public int getNumberOfNodes()
public void setNumberOfNodes(int newNumberOfNodes)
public boolean uploadAndExecute(String serviceClass, String serviceName, String owner, String localDir, String remoteDir, String outputDir, String script, List<String> arguments, boolean deletefiles) throws Exception
Exceptionpublic boolean wasAborted()
public void stop()
Copyright © 2014. All Rights Reserved.