Uses of Interface
dev.galasa.zosbatch.IZosBatchJob
Packages that use IZosBatchJob
Package
Description
CICS/TS Manager
z/OS Batch Manager Batch interface
zOS Program Manager
- 
Uses of IZosBatchJob in dev.galasa.cicsts
Methods in dev.galasa.cicsts that return IZosBatchJob - 
Uses of IZosBatchJob in dev.galasa.zos.spi
Methods in dev.galasa.zos.spi with parameters of type IZosBatchJobModifier and TypeMethodDescriptionIZosManagerSpi.newZosBatchJobOutput(IZosBatchJob batchJob, String name, String jobid) Create a new batch job output objectIZosManagerSpi.newZosBatchJobOutputSpoolFile(IZosBatchJob batchJob, String jobname, String jobid, String stepname, String procstep, String ddname, String id, String records) Create a new zOS Batch job spool file object - 
Uses of IZosBatchJob in dev.galasa.zosbatch
Methods in dev.galasa.zosbatch that return IZosBatchJobModifier and TypeMethodDescription@NotNull IZosBatchJobIZosBatch.submitJob(@NotNull String jcl, IZosBatchJobname jobname) Submit a job.@NotNull IZosBatchJobIZosBatch.submitJob(@NotNull String jcl, IZosBatchJobname jobname, ZosBatchJobcard jobCard) Submit a job.Methods in dev.galasa.zosbatch that return types with arguments of type IZosBatchJobModifier and TypeMethodDescriptionReturn a list of zOS Batch jobs with the given jobname and/or the owner. - 
Uses of IZosBatchJob in dev.galasa.zosprogram
Methods in dev.galasa.zosprogram that return IZosBatchJob