Package | Description |
---|---|
org.apache.oodt.cas.resource.batchmgr | |
org.apache.oodt.cas.resource.mux | |
org.apache.oodt.cas.resource.system | |
org.apache.oodt.cas.resource.tools |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlRpcBatchMgr.executeRemotely(JobSpec jobSpec,
ResourceNode resNode) |
boolean |
Batchmgr.executeRemotely(JobSpec job,
ResourceNode resNode)
Executes a job remotely on the specified
remoteHost . |
Modifier and Type | Method and Description |
---|---|
boolean |
QueueMuxBatchManager.executeRemotely(JobSpec job,
ResourceNode resNode) |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlRpcResourceManager.handleJob(Hashtable jobHash,
boolean jobIn,
String urlStr) |
boolean |
XmlRpcResourceManager.handleJob(Hashtable jobHash,
byte[] jobIn,
String urlStr) |
boolean |
XmlRpcResourceManager.handleJob(Hashtable jobHash,
Date jobIn,
String urlStr) |
boolean |
XmlRpcResourceManager.handleJob(Hashtable jobHash,
double jobIn,
String urlStr) |
boolean |
XmlRpcResourceManager.handleJob(Hashtable jobHash,
Hashtable jobIn,
String urlStr) |
boolean |
XmlRpcResourceManager.handleJob(Hashtable jobHash,
int jobIn,
String urlStr) |
boolean |
XmlRpcResourceManager.handleJob(Hashtable jobHash,
String jobIn,
String urlStr) |
boolean |
XmlRpcResourceManager.handleJob(Hashtable jobHash,
Vector jobIn,
String urlStr) |
String |
XmlRpcResourceManagerClient.submitJob(Job exec,
JobInput in) |
boolean |
XmlRpcResourceManagerClient.submitJob(Job exec,
JobInput in,
URL hostUrl) |
Modifier and Type | Method and Description |
---|---|
static void |
RunDirJobSubmitter.main(String[] args) |
static void |
JobSubmitter.main(String[] args) |
String |
JobSubmitter.submitJobFile(File jobFile) |
String |
JobSubmitter.submitJobFile(String jobFilePath) |
void |
RunDirJobSubmitter.submitRunDirJobFile(String jobFname,
String inputFname) |
Copyright © 1999–2017 Apache OODT. All rights reserved.