Uses of Class
zosjobs.response.Job
-
Packages that use Job Package Description examples.zosjobs zos jobs java samplesutility set of utilities for each main SDK packagezosjobs zos all things jobs related processing provided by the SDKzosjobs.response container objects of request responses for zos jobs processing -
-
Uses of Job in examples.zosjobs
Methods in examples.zosjobs that return Job Modifier and Type Method Description static JobSubmitJobs. submitJclJob(ZOSConnection connection, String jclString)Example on how to call SubmitJobs submitJcl method.static JobSubmitJobs. submitJob(ZOSConnection connection, String dsMember)Example on how to call SubmitJobs submitJcl method. -
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 document/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(CommonJobParams params)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(SubmitJclParams params)Submit a JCL string to runJobSubmitJobs. submitJob(String jobDataSet)Submit a job that resides in a z/OS data set.JobSubmitJobs. submitJobCommon(SubmitJobParams params)Submit a job that resides in a z/OS data set.JobMonitorJobs. waitForJobOutputStatus(String jobName, String jobId)Given the jobname/jobid, waits for the status of the job to be "OUTPUT".JobMonitorJobs. waitForJobOutputStatus(Job job)Given a Job document (has jobname/jobid), waits for the status of the job to be "OUTPUT".JobMonitorJobs. waitForJobStatus(String jobName, String jobId, JobStatus.Type statusType)Given the jobname/jobid, waits for the given status of the job.JobMonitorJobs. waitForJobStatus(Job job, JobStatus.Type statusType)Given a Job document (has jobname/jobid), waits for the given status of the job.JobMonitorJobs. waitForStatusCommon(MonitorJobWaitForParams params)Given jobname/jobid, checks for the desired "status" (default is "OUTPUT") continuously (based on the interval and attempts specified).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(GetJobParams params)Get jobs filtered by owner and prefix.Methods in zosjobs with parameters of type Job Modifier and Type Method Description ResponseCancelJobs. cancelJobForJob(Job job, String version)Cancel a job that resides in a z/OS data set.ResponseDeleteJobs. deleteJobForJob(Job job, String version)Cancel and purge job from spool.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.StringGetJobs. getStatusValueForJob(Job job)Get the status value for a given job object.booleanMonitorJobs. waitForJobMessage(Job job, String message)Given a Job document (has jobname/jobid), waits for the given message from the job.JobMonitorJobs. waitForJobOutputStatus(Job job)Given a Job document (has jobname/jobid), waits for the status of the job to be "OUTPUT".JobMonitorJobs. waitForJobStatus(Job job, JobStatus.Type statusType)Given a Job document (has jobname/jobid), waits for the given status of the job. -
Uses of Job in zosjobs.response
Methods in zosjobs.response that return Job Modifier and Type Method Description JobJob.Builder. build()JobCheckJobStatus. getJob()Retrieve job specifiedConstructors in zosjobs.response with parameters of type Job Constructor Description CheckJobStatus(boolean statusFound, Job job)CheckJobStatus constructor
-