Uses of Class
zosjobs.response.Job
-
Packages that use Job Package Description utility zosjobs zosjobs.response -
-
Uses of Job in utility
Methods in utility that return Job Modifier and Type Method Description static JobUtilJobs. createJobObjFromJson(org.json.simple.JSONObject json)Formulate and return a Job object based on incoming Json object. -
Uses of Job in zosjobs
Methods in zosjobs that return Job Modifier and Type Method Description JobGetJobs. getJob(String jobId)Get a single job object from an input job id.JobGetJobs. getStatus(String jobName, String jobId)Get the status and other details (e.g.JobGetJobs. getStatusCommon(CommonJobParms parms)Get the status and other details (e.g.JobGetJobs. getStatusForJob(Job job)Get the status and other details (e.g.JobSubmitJobs. submitJcl(String jcl, String internalReaderRecfm, String internalReaderLrecl)Submit a string of JCL to runJobSubmitJobs. submitJclCommon(SubmitJclParms parms)Submit a JCL string to runJobSubmitJobs. submitJob(String jobDataSet)Submit a job that resides in a z/OS data set.JobSubmitJobs. submitJobCommon(SubmitJobParms parms)Submit a job that resides in a z/OS data set.Methods in zosjobs that return types with arguments of type Job Modifier and Type Method Description List<Job>GetJobs. getJobs()Get jobs (defaults to the user ID of the session as owner).List<Job>GetJobs. getJobsByOwner(String owner)Get jobs that are owned by a certain user or pattern of users.List<Job>GetJobs. getJobsByOwnerAndPrefix(String owner, String prefix)Get a list of jobs that match an owner and prefix.List<Job>GetJobs. getJobsByPrefix(String prefix)Get jobs that match a job name by prefix.List<Job>GetJobs. getJobsCommon(GetJobParms parms)Get jobs filtered by owner and prefix.Methods in zosjobs with parameters of type Job Modifier and Type Method Description StringGetJobs. getJclForJob(Job job)Get JCL from a job.List<JobFile>GetJobs. getSpoolFilesForJob(Job job)Get a list of all job spool files for a job.JobGetJobs. getStatusForJob(Job job)Get the status and other details (e.g. -
Uses of Job in zosjobs.response
Methods in zosjobs.response that return Job Modifier and Type Method Description JobJob.Builder. build()
-