A B C E G H I J M N P R S T U 

A

AbstractSSHJobData - Class in csbase.sga.ssh
 
AbstractSSHJobData() - Constructor for class csbase.sga.ssh.AbstractSSHJobData
 
addJob(JobData, JobObserver) - Method in class csbase.sga.ssh.JobStorage
 
addObserver(JobData, JobObserver) - Method in class csbase.sga.ssh.JobStorage
 

B

buildCheckAllJobsCommand() - Method in class csbase.sga.ssh.pbs.PBSDriver
 
buildCheckAllJobsCommand() - Method in interface csbase.sga.ssh.SGADriver
Build the command to check the information of all jobs in the execution environment.
buildCheckAllJobsCommand() - Method in class csbase.sga.ssh.sge.SGEDriver
Build the command to check the information of all jobs in the execution environment.
buildCheckEnvironmentCommand() - Method in class csbase.sga.ssh.pbs.PBSDriver
 
buildCheckEnvironmentCommand() - Method in interface csbase.sga.ssh.SGADriver
 
buildCheckEnvironmentCommand() - Method in class csbase.sga.ssh.sge.SGEDriver
 
buildCheckJobCommand(JobData) - Method in class csbase.sga.ssh.pbs.PBSDriver
 
buildCheckJobCommand(JobData) - Method in interface csbase.sga.ssh.SGADriver
Build the command to check the information of a job.
buildCheckJobCommand(JobData) - Method in class csbase.sga.ssh.sge.SGEDriver
Build the command to check the information of a job.
buildKillJobCommand(JobData) - Method in class csbase.sga.ssh.pbs.PBSDriver
 
buildKillJobCommand(JobData) - Method in interface csbase.sga.ssh.SGADriver
Build the command to kill a job in the execution environment.
buildKillJobCommand(JobData) - Method in class csbase.sga.ssh.sge.SGEDriver
Build the command to kill a job in the execution environment.
buildSubmitJobCommand(String, Map<String, String>) - Method in class csbase.sga.ssh.pbs.PBSDriver
 
buildSubmitJobCommand(String, Map<String, String>) - Method in interface csbase.sga.ssh.SGADriver
Build the command to submit a job in the execution environment.
buildSubmitJobCommand(String, Map<String, String>) - Method in class csbase.sga.ssh.sge.SGEDriver
Build the command to submit a job in the execution environment.

C

CommandOutputParser - Interface in csbase.sga.ssh
 
CommandStrings - Interface in csbase.sga.ssh
 
controlJob(JobData, String, JobControlAction) - Method in class csbase.sga.ssh.SSHExecutor
csbase.sga.ssh - package csbase.sga.ssh
 
csbase.sga.ssh.pbs - package csbase.sga.ssh.pbs
 
csbase.sga.ssh.sge - package csbase.sga.ssh.sge
 
csbase.sga.ssh.sge.xml - package csbase.sga.ssh.sge.xml
 

E

equals(Object) - Method in class csbase.sga.ssh.AbstractSSHJobData
 
equals(Object) - Method in class csbase.sga.ssh.pbs.PBSJobData
equals(Object) - Method in class csbase.sga.ssh.sge.SGEJobData
executeJob(String, Map<String, String>, JobObserver) - Method in class csbase.sga.ssh.SSHExecutor

G

getCheckJobString(String) - Method in interface csbase.sga.ssh.CommandStrings
 
getFinishedJobs() - Method in class csbase.sga.ssh.JobStorage
 
getJobId() - Method in class csbase.sga.ssh.pbs.PBSJobData
 
getJobId() - Method in class csbase.sga.ssh.sge.SGEJobData
Get the job's id.
getJobInfo(JobData) - Method in class csbase.sga.ssh.JobStorage
 
getJobInfo(JobData) - Method in class csbase.sga.ssh.SSHExecutor
getJobs() - Method in class csbase.sga.ssh.JobStorage
 
getKillString(String) - Method in interface csbase.sga.ssh.CommandStrings
 
getSGAInfo() - Method in class csbase.sga.ssh.SSHMonitor
 
getSSHClient() - Method in class csbase.sga.ssh.SSHClientFactory
Gets a SSH client.
getSubmitString(String, String) - Method in interface csbase.sga.ssh.CommandStrings
 

H

hashCode() - Method in class csbase.sga.ssh.AbstractSSHJobData
 
hashCode() - Method in class csbase.sga.ssh.pbs.PBSJobData
 
hashCode() - Method in class csbase.sga.ssh.sge.SGEJobData
 

I

init(Properties) - Method in class csbase.sga.ssh.pbs.PBSDriver
 
init(Properties) - Method in interface csbase.sga.ssh.SGADriver
 
init() - Method in class csbase.sga.ssh.SGASSH
init(Properties) - Method in class csbase.sga.ssh.sge.SGEDriver
 

J

JobStorage - Class in csbase.sga.ssh
 
JobStorage() - Constructor for class csbase.sga.ssh.JobStorage
 
JobStorage(long) - Constructor for class csbase.sga.ssh.JobStorage
 

M

main(String[]) - Static method in class csbase.sga.ssh.pbs.PBSJobData
 

N

needsUpdate() - Method in class csbase.sga.ssh.JobStorage
 

P

parseCheckEnvironmentOutput(String) - Method in class csbase.sga.ssh.pbs.PBSDriver
 
parseCheckEnvironmentOutput(String) - Method in interface csbase.sga.ssh.SGADriver
 
parseCheckEnvironmentOutput(String) - Method in class csbase.sga.ssh.sge.SGEDriver
 
parseCheckJobOutput(String) - Method in class csbase.sga.ssh.pbs.PBSDriver
 
parseCheckJobOutput(String) - Method in interface csbase.sga.ssh.SGADriver
Parse the output of the command to check jobs in the execution environment.
parseCheckJobOutput(String) - Method in class csbase.sga.ssh.sge.SGEDriver
Parse the output of the command to check jobs in the execution environment.
parseCommands(String) - Method in class csbase.sga.ssh.sge.xml.SGESAXReader
 
parseJobSubmissionOutput(String) - Method in class csbase.sga.ssh.pbs.PBSDriver
 
parseJobSubmissionOutput(String) - Method in interface csbase.sga.ssh.SGADriver
Parse the output of the command to submit a job in the execution environment.
parseJobSubmissionOutput(String) - Method in class csbase.sga.ssh.sge.SGEDriver
Parse the output of the command to submit a job in the execution environment.
parseNodes(String) - Method in class csbase.sga.ssh.pbs.PBSDriver
 
parseNodes(String) - Method in class csbase.sga.ssh.sge.xml.SGESAXReader
 
parseSubmitJobOutput(String) - Method in interface csbase.sga.ssh.CommandOutputParser
 
parsetCheckJobOutput(String) - Method in interface csbase.sga.ssh.CommandOutputParser
 
PBSDriver - Class in csbase.sga.ssh.pbs
 
PBSDriver() - Constructor for class csbase.sga.ssh.pbs.PBSDriver
 
PBSJobData - Class in csbase.sga.ssh.pbs
 
PBSJobData(String) - Constructor for class csbase.sga.ssh.pbs.PBSJobData
 

R

read(String) - Method in class csbase.sga.ssh.sge.xml.SGEDOMReader
 
recoveryJob(JobData, JobObserver) - Method in class csbase.sga.ssh.SSHExecutor

S

SGA_DRIVER_CLASS_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SGADriver - Interface in csbase.sga.ssh
 
SGASSH - Class in csbase.sga.ssh
 
SGASSH(IServiceManager) - Constructor for class csbase.sga.ssh.SGASSH
 
SGEDOMReader - Class in csbase.sga.ssh.sge.xml
 
SGEDOMReader() - Constructor for class csbase.sga.ssh.sge.xml.SGEDOMReader
 
SGEDriver - Class in csbase.sga.ssh.sge
 
SGEDriver() - Constructor for class csbase.sga.ssh.sge.SGEDriver
 
SGEJobData - Class in csbase.sga.ssh.sge
Implements the interface JobData to the SGE execution environment.
SGEJobData(String) - Constructor for class csbase.sga.ssh.sge.SGEJobData
Constructor.
SGEJobInfo - Class in csbase.sga.ssh.sge
 
SGEJobInfo() - Constructor for class csbase.sga.ssh.sge.SGEJobInfo
 
SGESAXReader - Class in csbase.sga.ssh.sge.xml
 
SGESAXReader() - Constructor for class csbase.sga.ssh.sge.xml.SGESAXReader
 
SSH_HOST_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_PASS_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_PORT_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_PRIVATE_KEY_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_TUNNEL_ENABLE_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_TUNNEL_HOST_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_TUNNEL_LOCAL_PORT_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_TUNNEL_LOCAL_PORT_RANGE_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_TUNNEL_PASS_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_TUNNEL_PORT_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_TUNNEL_PRIVATE_KEY_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_TUNNEL_USER_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSH_USER_KEY - Static variable in class csbase.sga.ssh.SGASSH
 
SSHClientFactory - Class in csbase.sga.ssh
 
SSHClientFactory(String, int, String, String, String, boolean, String, int, String, String, String, int, int) - Constructor for class csbase.sga.ssh.SSHClientFactory
 
SSHExecutor - Class in csbase.sga.ssh
Implements the interface JobExecutor using SSH as the execution layer to talk to the execution environment.
SSHExecutor(Properties, SGADriver, SSHClientFactory) - Constructor for class csbase.sga.ssh.SSHExecutor
Initialize the executor with a properties set and a SGADriver tied to an execution environment.
SSHMonitor - Class in csbase.sga.ssh
 
SSHMonitor(Properties, SGADriver, SSHClientFactory) - Constructor for class csbase.sga.ssh.SSHMonitor
 

T

toString() - Method in class csbase.sga.ssh.AbstractSSHJobData
 
toString() - Method in class csbase.sga.ssh.pbs.PBSJobData
 
toString() - Method in class csbase.sga.ssh.sge.SGEJobData
 

U

updateJobs(Map<JobData, JobInfo>) - Method in class csbase.sga.ssh.JobStorage
 
A B C E G H I J M N P R S T U 

Copyright © 2015. All rights reserved.